]> Git Repo - linux.git/commitdiff
ARM: dts: imx7d-sdb: Fix regulator-usb-otg2-vbus node name
authorLeonard Crestez <[email protected]>
Thu, 1 Mar 2018 12:52:08 +0000 (14:52 +0200)
committerShawn Guo <[email protected]>
Thu, 8 Mar 2018 08:16:07 +0000 (16:16 +0800)
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 <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
arch/arm/boot/dts/imx7d-sdb.dts

index a7a5dc7b270083ffc6172a5d4cd499f74a7c67d6..e7d2db839d70790fe0ace3e62c6fcd3e9def6e59 100644 (file)
@@ -82,7 +82,7 @@
                enable-active-high;
        };
 
-       reg_usb_otg2_vbus: regulator-usb-otg1-vbus {
+       reg_usb_otg2_vbus: regulator-usb-otg2-vbus {
                compatible = "regulator-fixed";
                regulator-name = "usb_otg2_vbus";
                regulator-min-microvolt = <5000000>;
This page took 0.061848 seconds and 4 git commands to generate.