projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f148829
)
ARM: at91/dt: sama5d4: change watchdog compatible
author
Wenyou Yang
<wenyou.yang@atmel.com>
Thu, 5 Nov 2015 07:40:48 +0000
(15:40 +0800)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Mon, 16 Nov 2015 14:53:04 +0000
(15:53 +0100)
Change the watchdog compatible to "atmel,sama5d4-wdt" to support
SAMA5D4 watchdog driver.
Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d4.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/sama5d4.dtsi
b/arch/arm/boot/dts/sama5d4.dtsi
index 15bbaf690047dfb9ab0082d31b83142b63228e09..2193637b9cd2bdb4a14a13e8e48218cc04cadf01 100644
(file)
--- a/
arch/arm/boot/dts/sama5d4.dtsi
+++ b/
arch/arm/boot/dts/sama5d4.dtsi
@@
-1300,7
+1300,7
@@
};
watchdog@fc068640 {
- compatible = "atmel,
at91sam9260
-wdt";
+ compatible = "atmel,
sama5d4
-wdt";
reg = <0xfc068640 0x10>;
clocks = <&clk32k>;
status = "disabled";