[remove me] MIPS: DTS: ingenic/mipsbook_400: Add the wdt-reboot function
This is a kludge to make U-Boot use the WDT for system reset. Something
more sensible, such as a property on the watchdog node should be used
instead.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
diff --git a/arch/mips/boot/dts/ingenic/mipsbook_400.dts b/arch/mips/boot/dts/ingenic/mipsbook_400.dts
index 6c7f6c8..c99c331 100644
--- a/arch/mips/boot/dts/ingenic/mipsbook_400.dts
+++ b/arch/mips/boot/dts/ingenic/mipsbook_400.dts
@@ -15,6 +15,11 @@
stdout-path = "serial0:115200n8";
};
+ wdt-reboot {
+ compatible = "wdt-reboot";
+ wdt = <&watchdog>;
+ };
+
vcc: regulator@0 {
compatible = "regulator-fixed";
regulator-name = "vcc";