ARM: at91/dt: sama5d4: change watchdog compatible
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>
This commit is contained in:
parent
f14882945d
commit
f67d84690d
1 changed files with 1 additions and 1 deletions
|
@ -1300,7 +1300,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
watchdog@fc068640 {
|
watchdog@fc068640 {
|
||||||
compatible = "atmel,at91sam9260-wdt";
|
compatible = "atmel,sama5d4-wdt";
|
||||||
reg = <0xfc068640 0x10>;
|
reg = <0xfc068640 0x10>;
|
||||||
clocks = <&clk32k>;
|
clocks = <&clk32k>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
Loading…
Add table
Reference in a new issue