Skip to content

Commit 242813b

Browse files
tpetazzonigregkh
authored andcommitted
ARM: mvebu: remove duplicated regulator definition in Armada 388 GP
commit 079ae0c upstream. The Armada 388 GP Device Tree file describes two times a regulator named 'reg_usb2_1_vbus', with the exact same description. This has been wrong since Armada 388 GP support was introduced. Fixes: 928413b ("ARM: mvebu: Add Armada 388 General Purpose Development Board support") Signed-off-by: Thomas Petazzoni <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 602acfe commit 242813b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

arch/arm/boot/dts/armada-388-gp.dts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -303,16 +303,6 @@
303303
gpio = <&expander0 4 GPIO_ACTIVE_HIGH>;
304304
};
305305

306-
reg_usb2_1_vbus: v5-vbus1 {
307-
compatible = "regulator-fixed";
308-
regulator-name = "v5.0-vbus1";
309-
regulator-min-microvolt = <5000000>;
310-
regulator-max-microvolt = <5000000>;
311-
enable-active-high;
312-
regulator-always-on;
313-
gpio = <&expander0 4 GPIO_ACTIVE_HIGH>;
314-
};
315-
316306
reg_sata0: pwr-sata0 {
317307
compatible = "regulator-fixed";
318308
regulator-name = "pwr_en_sata0";

0 commit comments

Comments
 (0)