ARM: dts: rockchip: remove #phy-cells from usbphy node rk3066/rk3188
authorJohan Jonker <jbx6244@gmail.com>
Thu, 3 Jun 2021 12:10:10 +0000 (14:10 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 3 Jun 2021 12:33:10 +0000 (14:33 +0200)
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

Fixes: 6e4e4e2a2558 ("ARM: dts: rockchip: move and restyle grf nodes rk3066/rk3188")
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210603121010.4315-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3066a.dtsi
arch/arm/boot/dts/rk3188.dtsi

index 30dcf55..511311d 100644 (file)
        usbphy: usbphy {
                compatible = "rockchip,rk3066a-usb-phy",
                             "rockchip,rk3288-usb-phy";
-               #phy-cells = <0>;
                #address-cells = <1>;
                #size-cells = <0>;
                status = "disabled";
index 3a0c500..b36fcdd 100644 (file)
        usbphy: usbphy {
                compatible = "rockchip,rk3188-usb-phy",
                             "rockchip,rk3288-usb-phy";
-               #phy-cells = <0>;
                #address-cells = <1>;
                #size-cells = <0>;
                status = "disabled";