ARM: sunxi: dt: Update watchdog compatible string

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Maxime Ripard 2013-03-24 19:32:34 +01:00
parent 6def126d34
commit 0b19b7c2c6
2 changed files with 2 additions and 2 deletions

View file

@ -215,7 +215,7 @@ timer@01c20c00 {
};
wdt: watchdog@01c20c90 {
compatible = "allwinner,sunxi-wdt";
compatible = "allwinner,sun4i-wdt";
reg = <0x01c20c90 0x10>;
};

View file

@ -209,7 +209,7 @@ timer@01c20c00 {
};
wdt: watchdog@01c20c90 {
compatible = "allwinner,sunxi-wdt";
compatible = "allwinner,sun4i-wdt";
reg = <0x01c20c90 0x10>;
};