Skip to content

Commit 43e1d6d

Browse files
mriesch-wvmmind
authored andcommitted
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: 254a1f6 ("arm64: dts: rockchip: add usb3 support to the radxa rock3 model a") Signed-off-by: Michael Riesch <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 8123437 commit 43e1d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@
581581
};
582582

583583
&usb2phy0_otg {
584-
vbus-supply = <&vcc5v0_usb_otg>;
584+
phy-supply = <&vcc5v0_usb_otg>;
585585
status = "okay";
586586
};
587587

0 commit comments

Comments
 (0)