Commit 8c9a2d41 authored by Andrew Davis's avatar Andrew Davis Committed by Arnd Bergmann

ARM: dts: nspire: Use syscon-reboot to handle restart

Writing this bit can be handled by the syscon-reboot driver.
Add this node to DT.
Signed-off-by: default avatarAndrew Davis <afd@ti.com>
Tested-by: default avatarFabian Vogt <fabian@ritter-vogt.de>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Reviewed-by: default avatarFabian Vogt <fabian@ritter-vogt.de>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 75f79ef8
......@@ -172,7 +172,14 @@ rtc: rtc@90090000 {
};
misc: misc@900a0000 {
compatible = "ti,nspire-misc", "syscon", "simple-mfd";
reg = <0x900a0000 0x1000>;
reboot {
compatible = "syscon-reboot";
offset = <0x08>;
value = <0x02>;
};
};
pwr: pwr@900b0000 {
......
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