2021-06-03 12:13:25

by Johan Jonker

[permalink] [raw]
Subject: [PATCH] ARM: dts: rockchip: remove #phy-cells from usbphy node rk3066/rk3188

The review process of rockchip-usb-phy.yaml was not finished
when the patch in the link below was already applied.
Remove the unneeded #phy-cells property.

https://lore.kernel.org/r/[email protected]

Signed-off-by: Johan Jonker <[email protected]>
---
arch/arm/boot/dts/rk3066a.dtsi | 1 -
arch/arm/boot/dts/rk3188.dtsi | 1 -
2 files changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi
index 30dcf557e..511311d25 100644
--- a/arch/arm/boot/dts/rk3066a.dtsi
+++ b/arch/arm/boot/dts/rk3066a.dtsi
@@ -684,7 +684,6 @@
usbphy: usbphy {
compatible = "rockchip,rk3066a-usb-phy",
"rockchip,rk3288-usb-phy";
- #phy-cells = <0>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
diff --git a/arch/arm/boot/dts/rk3188.dtsi b/arch/arm/boot/dts/rk3188.dtsi
index 3a0c50026..b36fcdd9a 100644
--- a/arch/arm/boot/dts/rk3188.dtsi
+++ b/arch/arm/boot/dts/rk3188.dtsi
@@ -644,7 +644,6 @@
usbphy: usbphy {
compatible = "rockchip,rk3188-usb-phy",
"rockchip,rk3288-usb-phy";
- #phy-cells = <0>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
--
2.11.0


2021-06-03 12:50:56

by Heiko Stübner

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: rockchip: remove #phy-cells from usbphy node rk3066/rk3188

On Thu, 3 Jun 2021 14:10:10 +0200, Johan Jonker wrote:
> The review process of rockchip-usb-phy.yaml was not finished
> when the patch in the link below was already applied.
> Remove the unneeded #phy-cells property.
>
> https://lore.kernel.org/r/[email protected]

Added a Fixes-tag and applied, thanks!

[1/1] ARM: dts: rockchip: remove #phy-cells from usbphy node rk3066/rk3188
commit: 60fba46d6e7a6e5de4be2ea158aa6134ec7a161e

Best regards,
--
Heiko Stuebner <[email protected]>