Skip to content

Commit 12aff99

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: dts: imx6sx-udoo-neo: Fix reboot hang
After issuing a 'reboot' command the imx6sx-udoo-neo board does not reboot as expected and it just hangs instead. In mainline kernel only LDO enabled mode is supported. Do not provide arm-supply/soc-supply nodes in the device tree, so that the board operates in LDO enabled mode and can then successfully reboot via watchdog. Fixes: 76e691f ("ARM: dts: imx6sx: Add UDOO Neo support") Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Tested-by: Breno Lima <breno.lima@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent c1ae3cf commit 12aff99

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/arm/boot/dts/imx6sx-udoo-neo.dtsi

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,6 @@
121121
};
122122
};
123123

124-
&cpu0 {
125-
arm-supply = <&sw1a_reg>;
126-
soc-supply = <&sw1c_reg>;
127-
};
128-
129124
&fec1 {
130125
pinctrl-names = "default";
131126
pinctrl-0 = <&pinctrl_enet1>;

0 commit comments

Comments
 (0)