clk: spear: fix ADC clock definition on SPEAr600
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 17 Apr 2017 12:46:45 +0000 (14:46 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 19 Apr 2017 16:27:52 +0000 (09:27 -0700)
commit1b21401307a6a705688faf1bc9e6e02663708ec1
tree0657bf4c276631abb4bf8533648d989a2e250310
parent96596aa06628e86ea0e1c08c34b0ccc7619e43ac
clk: spear: fix ADC clock definition on SPEAr600

There is no SPEAr600 device named "adc". Instead, the description of the
ADC was recently added to the Device Tree, and the device name is
"d820b000.adc", so we should associate the ADC gatable clock to this
device name.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/spear/spear6xx_clock.c