summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/nspire
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-08-02 18:33:25 +0300
committerArnd Bergmann <arnd@arndb.de>2023-08-12 12:45:58 +0300
commit8c9a2d41412ab56042470f2bf32769a3d0b4d296 (patch)
tree0a3fa5ae32e804a3c4c9304364913a008eb9ebbf /arch/arm/boot/dts/nspire
parent75f79ef8b93c1e4df3b1b444c64fdeddb47353c4 (diff)
downloadlinux-8c9a2d41412ab56042470f2bf32769a3d0b4d296.tar.xz
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: Andrew Davis <afd@ti.com> Tested-by: Fabian Vogt <fabian@ritter-vogt.de> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Fabian Vogt <fabian@ritter-vogt.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/nspire')
-rw-r--r--arch/arm/boot/dts/nspire/nspire.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nspire/nspire.dtsi b/arch/arm/boot/dts/nspire/nspire.dtsi
index bb240e6a3a6f..48fbc9d533c3 100644
--- a/arch/arm/boot/dts/nspire/nspire.dtsi
+++ b/arch/arm/boot/dts/nspire/nspire.dtsi
@@ -172,7 +172,14 @@
};
misc: misc@900a0000 {
+ compatible = "ti,nspire-misc", "syscon", "simple-mfd";
reg = <0x900a0000 0x1000>;
+
+ reboot {
+ compatible = "syscon-reboot";
+ offset = <0x08>;
+ value = <0x02>;
+ };
};
pwr: pwr@900b0000 {