Skip to content

Commit 60fba46

Browse files
Johan Jonkermmind
authored andcommitted
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: 6e4e4e2 ("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>
1 parent 2fd2300 commit 60fba46

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm/boot/dts/rk3066a.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@
684684
usbphy: usbphy {
685685
compatible = "rockchip,rk3066a-usb-phy",
686686
"rockchip,rk3288-usb-phy";
687-
#phy-cells = <0>;
688687
#address-cells = <1>;
689688
#size-cells = <0>;
690689
status = "disabled";

arch/arm/boot/dts/rk3188.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,6 @@
644644
usbphy: usbphy {
645645
compatible = "rockchip,rk3188-usb-phy",
646646
"rockchip,rk3288-usb-phy";
647-
#phy-cells = <0>;
648647
#address-cells = <1>;
649648
#size-cells = <0>;
650649
status = "disabled";

0 commit comments

Comments
 (0)