aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2018-03-01 07:52:08 -0500
committerShawn Guo <shawnguo@kernel.org>2018-03-08 03:16:07 -0500
commit970656b3246d30955894951ed16bd658e42d8c24 (patch)
tree100ae41bf4c66c6879dbe152c0dda940800b4a15
parentc0c6bb2322964bd264b4ddedaa5776f40c709f0c (diff)
ARM: dts: imx7d-sdb: Fix regulator-usb-otg2-vbus node name
The two usb-otg regulators for imx7d-sdb are both called "regulator-usb-otg1-vbus" and they effectively override each other. This is most likely a copy-paste error. Fixes: b877039aa1fe ("ARM: dts: imx7d-sdb: Adjust the regulator nodes") Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/imx7d-sdb.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts
index a7a5dc7b2700..e7d2db839d70 100644
--- a/arch/arm/boot/dts/imx7d-sdb.dts
+++ b/arch/arm/boot/dts/imx7d-sdb.dts
@@ -82,7 +82,7 @@
82 enable-active-high; 82 enable-active-high;
83 }; 83 };
84 84
85 reg_usb_otg2_vbus: regulator-usb-otg1-vbus { 85 reg_usb_otg2_vbus: regulator-usb-otg2-vbus {
86 compatible = "regulator-fixed"; 86 compatible = "regulator-fixed";
87 regulator-name = "usb_otg2_vbus"; 87 regulator-name = "usb_otg2_vbus";
88 regulator-min-microvolt = <5000000>; 88 regulator-min-microvolt = <5000000>;