OSDN Git Service

arm: dts: nspire: Add missing #phy-cells to usb-nop-xceiv
authorRob Herring <robh@kernel.org>
Thu, 9 Nov 2017 22:26:12 +0000 (16:26 -0600)
committerArnd Bergmann <arnd@arndb.de>
Thu, 7 Dec 2017 14:52:20 +0000 (15:52 +0100)
"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 nspire dts files:

Warning (phys_property): Missing property '#phy-cells' in node ...

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/nspire.dtsi

index ec2283b..1a5ae4c 100644 (file)
@@ -56,6 +56,7 @@
 
        usb_phy: usb_phy {
                compatible = "usb-nop-xceiv";
+               #phy-cells = <0>;
        };
 
        vbus_reg: vbus_reg {