diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-10-16 17:26:07 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-10-19 18:45:22 +0300 |
commit | 8633e4f2e94a4d12cfb413fedfe4c072a6b99a79 (patch) | |
tree | f62ef3532bbaf96796a1ffe01fb80c3cbac6a2c9 /arch/arm/boot/dts/moxart.dtsi | |
parent | be2f9d36b2b39aaf986c2206a64f957c449ac182 (diff) | |
download | linux-8633e4f2e94a4d12cfb413fedfe4c072a6b99a79.tar.xz |
ARM: dts: fix PCLK name on Gemini and MOXA ART
These platforms provide a clock to their watchdog, in each
case this is the peripheral clock (PCLK), so explicitly
name the clock in the device tree.
Take this opportunity to add the "faraday,ftwdt010"
compatible as fallback to the watchdog IP blocks.
Cc: Jonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/moxart.dtsi')
-rw-r--r-- | arch/arm/boot/dts/moxart.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/moxart.dtsi b/arch/arm/boot/dts/moxart.dtsi index 1f4c795d3f72..da7b3237bfe9 100644 --- a/arch/arm/boot/dts/moxart.dtsi +++ b/arch/arm/boot/dts/moxart.dtsi @@ -87,9 +87,10 @@ }; watchdog: watchdog@98500000 { - compatible = "moxa,moxart-watchdog"; + compatible = "moxa,moxart-watchdog", "faraday,ftwdt010"; reg = <0x98500000 0x10>; clocks = <&clk_apb>; + clock-names = "PCLK"; }; sdhci: sdhci@98e00000 { |