aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/armada-388-gp.dts
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2017-11-09 16:26:11 -0600
committerOlof Johansson <olof@lixom.net>2017-12-02 16:57:47 -0800
commit44e5dced2ef6e7adb2bf53227f3e4283e4d8f8f1 (patch)
tree770c69545c88ed55f08d654cd3c467360dcae1a6 /arch/arm/boot/dts/armada-388-gp.dts
parentarm64: dts: sort vendor subdirectories in Makefile alphabetically (diff)
downloadlinux-dev-44e5dced2ef6e7adb2bf53227f3e4283e4d8f8f1.tar.xz
linux-dev-44e5dced2ef6e7adb2bf53227f3e4283e4d8f8f1.zip
arm: dts: marvell: Add missing #phy-cells to usb-nop-xceiv
"usb-nop-xceiv" is using the phy binding, but is missing #phy-cells property. This is probably because the binding was the precursor to the phy binding. Fixes the following warning in Marvell dts files: Warning (phys_property): Missing property '#phy-cells' in node ... Signed-off-by: Rob Herring <robh@kernel.org> Cc: Jason Cooper <jason@lakedaemon.net> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/armada-388-gp.dts')
-rw-r--r--arch/arm/boot/dts/armada-388-gp.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-388-gp.dts b/arch/arm/boot/dts/armada-388-gp.dts
index f503955dbd3b..51b4ee6df130 100644
--- a/arch/arm/boot/dts/armada-388-gp.dts
+++ b/arch/arm/boot/dts/armada-388-gp.dts
@@ -276,11 +276,13 @@
usb2_1_phy: usb2_1_phy {
compatible = "usb-nop-xceiv";
vcc-supply = <&reg_usb2_1_vbus>;
+ #phy-cells = <0>;
};
usb3_phy: usb3_phy {
compatible = "usb-nop-xceiv";
vcc-supply = <&reg_usb3_vbus>;
+ #phy-cells = <0>;
};
reg_usb3_vbus: usb3-vbus {