clk: spear: fix WDT clock definition on SPEAr600
authorQuentin Schulz <quentin.schulz@bootlin.com>
Fri, 6 Apr 2018 07:50:45 +0000 (09:50 +0200)
committerStephen Boyd <sboyd@kernel.org>
Fri, 6 Apr 2018 20:45:34 +0000 (13:45 -0700)
commit1af897dff60aff3f421f12c5b9a3ebadc9e2d8a3
tree3c4e6f95507e6c3cbc519f3c15040bc3cd79dba3
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
clk: spear: fix WDT clock definition on SPEAr600

There is no SPEAr600 device named "wdt". Instead, the description of the
WDT (watchdog) was recently added to the Device Tree, and the device
name is "fc880000.wdt", so we should associate the WDT fixed rate clock
to this device name.

Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/spear/spear6xx_clock.c