Skip to content

Commit

Permalink
ARM: at91/dt: sama5d4: change watchdog compatible
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wenyou Yang authored and Nicolas Ferre committed Nov 16, 2015
1 parent f148829 commit f67d846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sama5d4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@
};

watchdog@fc068640 {
compatible = "atmel,at91sam9260-wdt";
compatible = "atmel,sama5d4-wdt";
reg = <0xfc068640 0x10>;
clocks = <&clk32k>;
status = "disabled";
Expand Down

0 comments on commit f67d846

Please sign in to comment.