diff options
author | Rob Herring <robh@kernel.org> | 2017-11-09 16:26:11 -0600 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-12-02 16:57:47 -0800 |
commit | 44e5dced2ef6e7adb2bf53227f3e4283e4d8f8f1 (patch) | |
tree | 770c69545c88ed55f08d654cd3c467360dcae1a6 /arch/arm/boot/dts/armada-388-gp.dts | |
parent | cbbde59b29d7c4cf4228efcb964b683ad83f8c03 (diff) | |
download | linux-next-44e5dced2ef6e7adb2bf53227f3e4283e4d8f8f1.tar.gz |
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.dts | 2 |
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 = <®_usb2_1_vbus>; + #phy-cells = <0>; }; usb3_phy: usb3_phy { compatible = "usb-nop-xceiv"; vcc-supply = <®_usb3_vbus>; + #phy-cells = <0>; }; reg_usb3_vbus: usb3-vbus { |