[PATCH 15/18] arm64: dts: renesas: r9a09g057: Add USB2.0 PHY VBUS internal regulator node
Tommaso Merciai
tommaso.merciai.xr at bp.renesas.com
Wed Oct 1 14:26:59 PDT 2025
USB2.0 PHY of the RZ/V2H(P) SoC can drive VBUS line via the VBOUT bit of
the VBCTRL register.
Add VBUS regulator nodes (usb2_phy0_vbus_otg) under the usb2_phy0
nodes to describe this hw functionality.
This enables proper management of VBUS for USB2.0 OTG devices and ensures
compliance with hardware requirements.
Signed-off-by: Tommaso Merciai <tommaso.merciai.xr at bp.renesas.com>
---
arch/arm64/boot/dts/renesas/r9a09g057.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/renesas/r9a09g057.dtsi b/arch/arm64/boot/dts/renesas/r9a09g057.dtsi
index 630f7a98df38..73b7d6cc2db0 100644
--- a/arch/arm64/boot/dts/renesas/r9a09g057.dtsi
+++ b/arch/arm64/boot/dts/renesas/r9a09g057.dtsi
@@ -985,6 +985,12 @@ usb2_phy0: usb-phy at 15800200 {
#phy-cells = <1>;
power-domains = <&cpg>;
status = "disabled";
+
+ usb2_phy0_vbus_otg: vbus-regulator {
+ regulator-name = "USB2PHY0-VBUS-OTG";
+ regulator-boot-on;
+ status = "disabled";
+ };
};
usb2_phy1: usb-phy at 15810200 {
--
2.43.0
More information about the linux-phy
mailing list