Skip to content

Commit c1267e1

Browse files
bijudaspH5
authored andcommitted
arm64: dts: renesas: rz-smarc: Replace fixed regulator for USB VBUS
Replace the fixed regulator for USB VBUS and use the proper one that controls regulator based on VBUS detection. Signed-off-by: Biju Das <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Philipp Zabel <[email protected]>
1 parent 2484340 commit c1267e1

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

arch/arm64/boot/dts/renesas/rz-smarc-common.dtsi

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@
5454
};
5555
};
5656

57-
usb0_vbus_otg: regulator-usb0-vbus-otg {
58-
compatible = "regulator-fixed";
59-
60-
regulator-name = "USB0_VBUS_OTG";
61-
regulator-min-microvolt = <5000000>;
62-
regulator-max-microvolt = <5000000>;
63-
};
64-
6557
vccq_sdhi1: regulator-vccq-sdhi1 {
6658
compatible = "regulator-gpio";
6759
regulator-name = "SDHI1 VccQ";
@@ -139,6 +131,9 @@
139131

140132
&phyrst {
141133
status = "okay";
134+
usb0_vbus_otg: regulator-vbus {
135+
regulator-name = "vbus";
136+
};
142137
};
143138

144139
&scif0 {

0 commit comments

Comments
 (0)