Commit 43e1d6d3 authored by Michael Riesch's avatar Michael Riesch Committed by Heiko Stuebner

arm64: dts: rockchip: fix property for usb2 phy supply on rock-3a

The property "vbus-supply" was copied from the vendor kernel but is not
available in mainstream. Use correct property "phy-supply".

Fixes: 254a1f6a ("arm64: dts: rockchip: add usb3 support to the radxa rock3 model a")
Signed-off-by: default avatarMichael Riesch <michael.riesch@wolfvision.net>
Link: https://lore.kernel.org/r/20220905064335.104650-1-michael.riesch@wolfvision.netSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 8123437c
...@@ -581,7 +581,7 @@ &usb2phy0_host { ...@@ -581,7 +581,7 @@ &usb2phy0_host {
}; };
&usb2phy0_otg { &usb2phy0_otg {
vbus-supply = <&vcc5v0_usb_otg>; phy-supply = <&vcc5v0_usb_otg>;
status = "okay"; status = "okay";
}; };
......
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