diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2017-04-04 13:04:14 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-04-10 04:16:23 -0400 |
commit | 448548174caaa04ffe9da4da9326052eb8791a9b (patch) | |
tree | 5c3ab272724078631276eb88ac46bbbd9b9bd6f0 | |
parent | c23568dbbda110a5c79c6537cc81ed7af5444b64 (diff) |
ARM: dts: imx6qp-sabresd: Set reg_arm regulator supply
On imx6qp-sabresd LDO_ARM is connected to a different PMIC output than
the other imx6qdl-sabresd boards.
Setting cpu0 arm-supply to sw2_reg is wrong, this must have mistakenly
slipped out of the vendor tree where this is are used for LDO bypass.
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6qp-sabresd.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qp-sabresd.dts b/arch/arm/boot/dts/imx6qp-sabresd.dts index b23458062f5e..a8a5004dd9c8 100644 --- a/arch/arm/boot/dts/imx6qp-sabresd.dts +++ b/arch/arm/boot/dts/imx6qp-sabresd.dts | |||
@@ -50,8 +50,8 @@ | |||
50 | compatible = "fsl,imx6qp-sabresd", "fsl,imx6qp"; | 50 | compatible = "fsl,imx6qp-sabresd", "fsl,imx6qp"; |
51 | }; | 51 | }; |
52 | 52 | ||
53 | &cpu0 { | 53 | ®_arm { |
54 | arm-supply = <&sw2_reg>; | 54 | vin-supply = <&sw2_reg>; |
55 | }; | 55 | }; |
56 | 56 | ||
57 | &iomuxc { | 57 | &iomuxc { |