Commit c1267e1a authored by Biju Das's avatar Biju Das Committed by Philipp Zabel

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: default avatarBiju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240702180032.207275-5-biju.das.jz@bp.renesas.comSigned-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent 24843404
......@@ -54,14 +54,6 @@ codec_dai: simple-audio-card,codec {
};
};
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";
......@@ -139,6 +131,9 @@ &ohci1 {
&phyrst {
status = "okay";
usb0_vbus_otg: regulator-vbus {
regulator-name = "vbus";
};
};
&scif0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment