Skip to content

Commit 8c9a2d4

Browse files
glneoarndb
authored andcommitted
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>
1 parent 75f79ef commit 8c9a2d4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm/boot/dts/nspire/nspire.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,14 @@
172172
};
173173

174174
misc: misc@900a0000 {
175+
compatible = "ti,nspire-misc", "syscon", "simple-mfd";
175176
reg = <0x900a0000 0x1000>;
177+
178+
reboot {
179+
compatible = "syscon-reboot";
180+
offset = <0x08>;
181+
value = <0x02>;
182+
};
176183
};
177184

178185
pwr: pwr@900b0000 {

0 commit comments

Comments
 (0)