]> Git Repo - J-linux.git/commitdiff
arm64: dts: renesas: rz-smarc: Replace fixed regulator for USB VBUS
authorBiju Das <[email protected]>
Tue, 2 Jul 2024 18:00:18 +0000 (19:00 +0100)
committerPhilipp Zabel <[email protected]>
Wed, 3 Jul 2024 08:51:53 +0000 (10:51 +0200)
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]>
arch/arm64/boot/dts/renesas/rz-smarc-common.dtsi

index b7a3e6caa3864edaea3d2608843dab5516699ee3..b34855956ae0114618b9ea770dcd2244a6f55c12 100644 (file)
                };
        };
 
-       usb0_vbus_otg: regulator-usb0-vbus-otg {
-               compatible = "regulator-fixed";
-
-               regulator-name = "USB0_VBUS_OTG";
-               regulator-min-microvolt = <5000000>;
-               regulator-max-microvolt = <5000000>;
-       };
-
        vccq_sdhi1: regulator-vccq-sdhi1 {
                compatible = "regulator-gpio";
                regulator-name = "SDHI1 VccQ";
 
 &phyrst {
        status = "okay";
+       usb0_vbus_otg: regulator-vbus {
+               regulator-name = "vbus";
+       };
 };
 
 &scif0 {
This page took 0.052104 seconds and 4 git commands to generate.