Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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/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>

authored by

Johan Jonker and committed by
Heiko Stuebner
60fba46d 2fd2300a

-2
-1
arch/arm/boot/dts/rk3066a.dtsi
··· 684 684 usbphy: usbphy { 685 685 compatible = "rockchip,rk3066a-usb-phy", 686 686 "rockchip,rk3288-usb-phy"; 687 - #phy-cells = <0>; 688 687 #address-cells = <1>; 689 688 #size-cells = <0>; 690 689 status = "disabled";
-1
arch/arm/boot/dts/rk3188.dtsi
··· 644 644 usbphy: usbphy { 645 645 compatible = "rockchip,rk3188-usb-phy", 646 646 "rockchip,rk3288-usb-phy"; 647 - #phy-cells = <0>; 648 647 #address-cells = <1>; 649 648 #size-cells = <0>; 650 649 status = "disabled";