* [PATCH 1/2] arm64: dts: rockchip: fix property for usb2 phy supply on rock-3a
@ 2022-09-05 6:43 Michael Riesch
2022-09-05 6:43 ` [PATCH 2/2] arm64: dts: rockchip: fix property for usb2 phy supply on rk3568-evb1-v10 Michael Riesch
2022-09-05 10:01 ` [PATCH 1/2] arm64: dts: rockchip: fix property for usb2 phy supply on rock-3a Heiko Stuebner
0 siblings, 2 replies; 3+ messages in thread
From: Michael Riesch @ 2022-09-05 6:43 UTC (permalink / raw)
To: devicetree, linux-arm-kernel, linux-rockchip, linux-kernel
Cc: Rob Herring, Krzysztof Kozlowski, Heiko Stuebner, Michael Riesch
The property "vbus-supply" was copied from the vendor kernel but is not
available in mainstream. Use correct property "phy-supply".
Fixes: 254a1f6a29e7 ("arm64: dts: rockchip: add usb3 support to the radxa rock3 model a")
Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
---
arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
index cd8cc0c3c68a..52a437f48301 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
@@ -637,7 +637,7 @@ &usb2phy0_host {
};
&usb2phy0_otg {
- vbus-supply = <&vcc5v0_usb_otg>;
+ phy-supply = <&vcc5v0_usb_otg>;
status = "okay";
};
--
2.30.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] arm64: dts: rockchip: fix property for usb2 phy supply on rk3568-evb1-v10
2022-09-05 6:43 [PATCH 1/2] arm64: dts: rockchip: fix property for usb2 phy supply on rock-3a Michael Riesch
@ 2022-09-05 6:43 ` Michael Riesch
2022-09-05 10:01 ` [PATCH 1/2] arm64: dts: rockchip: fix property for usb2 phy supply on rock-3a Heiko Stuebner
1 sibling, 0 replies; 3+ messages in thread
From: Michael Riesch @ 2022-09-05 6:43 UTC (permalink / raw)
To: devicetree, linux-arm-kernel, linux-rockchip, linux-kernel
Cc: Rob Herring, Krzysztof Kozlowski, Heiko Stuebner, Michael Riesch
The property "vbus-supply" was copied from the vendor kernel but is not
available in mainstream. Use correct property "phy-supply".
Fixes: d6cfb110b0fd ("arm64: dts: rockchip: add usb3 support to rk3568-evb1-v10")
Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
---
arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts b/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts
index 6ff89ff95ad1..674792567fa6 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts
@@ -656,7 +656,7 @@ &usb2phy0_host {
};
&usb2phy0_otg {
- vbus-supply = <&vcc5v0_usb_otg>;
+ phy-supply = <&vcc5v0_usb_otg>;
status = "okay";
};
--
2.30.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] arm64: dts: rockchip: fix property for usb2 phy supply on rock-3a
2022-09-05 6:43 [PATCH 1/2] arm64: dts: rockchip: fix property for usb2 phy supply on rock-3a Michael Riesch
2022-09-05 6:43 ` [PATCH 2/2] arm64: dts: rockchip: fix property for usb2 phy supply on rk3568-evb1-v10 Michael Riesch
@ 2022-09-05 10:01 ` Heiko Stuebner
1 sibling, 0 replies; 3+ messages in thread
From: Heiko Stuebner @ 2022-09-05 10:01 UTC (permalink / raw)
To: devicetree, linux-arm-kernel, linux-kernel, Michael Riesch,
linux-rockchip
Cc: Heiko Stuebner, Krzysztof Kozlowski, Rob Herring
On Mon, 5 Sep 2022 08:43:34 +0200, Michael Riesch wrote:
> The property "vbus-supply" was copied from the vendor kernel but is not
> available in mainstream. Use correct property "phy-supply".
Applied, thanks!
[1/2] arm64: dts: rockchip: fix property for usb2 phy supply on rock-3a
commit: 43e1d6d3b45c4e7e25171ec04a10d09969b0f889
[2/2] arm64: dts: rockchip: fix property for usb2 phy supply on rk3568-evb1-v10
commit: 1988e3ef0544bbe54cffa4ec30a5883e5a08c2b6
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-05 10:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-05 6:43 [PATCH 1/2] arm64: dts: rockchip: fix property for usb2 phy supply on rock-3a Michael Riesch
2022-09-05 6:43 ` [PATCH 2/2] arm64: dts: rockchip: fix property for usb2 phy supply on rk3568-evb1-v10 Michael Riesch
2022-09-05 10:01 ` [PATCH 1/2] arm64: dts: rockchip: fix property for usb2 phy supply on rock-3a Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).