diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-02-07 14:14:14 -0500 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-03-08 06:44:46 -0500 |
commit | 12aff99723901bcc0e2a6a34343a4f62c371fdd9 (patch) | |
tree | 64e00c3dec179f29340a63c96a8723ca454e9b7e | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) |
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: 76e691fc7653b85d39 ("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>
-rw-r--r-- | arch/arm/boot/dts/imx6sx-udoo-neo.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi b/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi index 49f466fe0b1d..dcfc97591433 100644 --- a/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi +++ b/arch/arm/boot/dts/imx6sx-udoo-neo.dtsi | |||
@@ -121,11 +121,6 @@ | |||
121 | }; | 121 | }; |
122 | }; | 122 | }; |
123 | 123 | ||
124 | &cpu0 { | ||
125 | arm-supply = <&sw1a_reg>; | ||
126 | soc-supply = <&sw1c_reg>; | ||
127 | }; | ||
128 | |||
129 | &fec1 { | 124 | &fec1 { |
130 | pinctrl-names = "default"; | 125 | pinctrl-names = "default"; |
131 | pinctrl-0 = <&pinctrl_enet1>; | 126 | pinctrl-0 = <&pinctrl_enet1>; |