Skip to content

Commit 1988e3e

Browse files
mriesch-wvmmind
authored andcommitted
arm64: dts: rockchip: fix property for usb2 phy supply on rk3568-evb1-v10
The property "vbus-supply" was copied from the vendor kernel but is not available in mainstream. Use correct property "phy-supply". Fixes: d6cfb11 ("arm64: dts: rockchip: add usb3 support to rk3568-evb1-v10") Signed-off-by: Michael Riesch <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 43e1d6d commit 1988e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
};
657657

658658
&usb2phy0_otg {
659-
vbus-supply = <&vcc5v0_usb_otg>;
659+
phy-supply = <&vcc5v0_usb_otg>;
660660
status = "okay";
661661
};
662662

0 commit comments

Comments
 (0)