Commit 0b19b7c2 authored by Maxime Ripard's avatar Maxime Ripard

ARM: sunxi: dt: Update watchdog compatible string

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 6def126d
...@@ -215,7 +215,7 @@ timer@01c20c00 { ...@@ -215,7 +215,7 @@ timer@01c20c00 {
}; };
wdt: watchdog@01c20c90 { wdt: watchdog@01c20c90 {
compatible = "allwinner,sunxi-wdt"; compatible = "allwinner,sun4i-wdt";
reg = <0x01c20c90 0x10>; reg = <0x01c20c90 0x10>;
}; };
......
...@@ -209,7 +209,7 @@ timer@01c20c00 { ...@@ -209,7 +209,7 @@ timer@01c20c00 {
}; };
wdt: watchdog@01c20c90 { wdt: watchdog@01c20c90 {
compatible = "allwinner,sunxi-wdt"; compatible = "allwinner,sun4i-wdt";
reg = <0x01c20c90 0x10>; reg = <0x01c20c90 0x10>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment