Skip to content

Commit

Permalink
arm64: dts: rockchip: fix property for usb2 phy supply on rk3568-evb1…
Browse files Browse the repository at this point in the history
…-v10

[ Upstream commit 1988e3e ]

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 <michael.riesch@wolfvision.net>
Link: https://lore.kernel.org/r/20220905064335.104650-2-michael.riesch@wolfvision.net
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
mriesch-wv authored and gregkh committed Sep 28, 2022
1 parent 5e6d95b commit 9350ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@
};

&usb2phy0_otg {
vbus-supply = <&vcc5v0_usb_otg>;
phy-supply = <&vcc5v0_usb_otg>;
status = "okay";
};

Expand Down

0 comments on commit 9350ed9

Please sign in to comment.