diff options
author | Olof Johansson <olof@lixom.net> | 2017-03-22 01:29:50 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-03-22 01:29:50 +0100 |
commit | fe64ccb2f539defc662523b61eae69fd184afde0 (patch) | |
tree | aab552757d10e57d33979e891ccd592554feca89 /arch | |
parent | Merge tag 'omap-for-v4.11/fixes-rc1-v2' of git://git.kernel.org/pub/scm/linux... (diff) | |
parent | ARM: dts: imx6sx-udoo-neo: Fix reboot hang (diff) | |
download | linux-fe64ccb2f539defc662523b61eae69fd184afde0.tar.xz linux-fe64ccb2f539defc662523b61eae69fd184afde0.zip |
Merge tag 'imx-fixes-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes
i.MX fixes for 4.11:
- A fix to reboot hang seen on imx6sx-udoo-neo board, by removing
arm-supply and soc-supply and using LDO enabled mode.
* tag 'imx-fixes-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
ARM: dts: imx6sx-udoo-neo: Fix reboot hang
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch')
-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 @@ }; }; -&cpu0 { - arm-supply = <&sw1a_reg>; - soc-supply = <&sw1c_reg>; -}; - &fec1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_enet1>; |