diff mbox series

ARM: dts: rockchip: remove #phy-cells from usbphy node rk3066/rk3188

Message ID 20210603121010.4315-1-jbx6244@gmail.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: rockchip: remove #phy-cells from usbphy node rk3066/rk3188 | expand

Commit Message

Johan Jonker June 3, 2021, 12:10 p.m. UTC
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/20210512122346.9463-4-jbx6244@gmail.com

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 arch/arm/boot/dts/rk3066a.dtsi | 1 -
 arch/arm/boot/dts/rk3188.dtsi  | 1 -
 2 files changed, 2 deletions(-)

Comments

Heiko Stübner June 3, 2021, 12:48 p.m. UTC | #1
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/20210512122346.9463-4-jbx6244@gmail.com

Added a Fixes-tag and applied, thanks!

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

Best regards,
diff mbox series

Patch

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";