diff options
author | Kevin Hilman <khilman@linaro.org> | 2014-01-16 22:59:44 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2014-01-16 22:59:52 +0100 |
commit | cd2f43a1f7400a74a084094502f70df2e169c6e8 (patch) | |
tree | 5c1d96e485f494c09b1b60c14e8c2d88e00cee33 /arch/arm/mach-davinci/da850.c | |
parent | Merge branch 'qcom/drivers' into next/drivers (diff) | |
parent | watchdog: davinci: rename platform driver to davinci-wdt (diff) | |
download | linux-cd2f43a1f7400a74a084094502f70df2e169c6e8.tar.xz linux-cd2f43a1f7400a74a084094502f70df2e169c6e8.zip |
Merge tag 'davinci-for-v3.14/watchdog' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/drivers
From Sekhar Nori:
This patch updates the davinci watchdog
platform device name from generic "watchdog"
to something more specific.
* tag 'davinci-for-v3.14/watchdog' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci:
watchdog: davinci: rename platform driver to davinci-wdt
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm/mach-davinci/da850.c')
-rw-r--r-- | arch/arm/mach-davinci/da850.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c index 437931746689..2ab00434b2eb 100644 --- a/arch/arm/mach-davinci/da850.c +++ b/arch/arm/mach-davinci/da850.c @@ -443,7 +443,7 @@ static struct clk_lookup da850_clks[] = { CLK(NULL, "pll1_sysclk3", &pll1_sysclk3), CLK("i2c_davinci.1", NULL, &i2c0_clk), CLK(NULL, "timer0", &timerp64_0_clk), - CLK("watchdog", NULL, &timerp64_1_clk), + CLK("davinci-wdt", NULL, &timerp64_1_clk), CLK(NULL, "arm_rom", &arm_rom_clk), CLK(NULL, "tpcc0", &tpcc0_clk), CLK(NULL, "tptc0", &tptc0_clk), |