diff options
author | Rob Herring <robh@kernel.org> | 2017-11-10 01:26:12 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-12-07 17:52:20 +0300 |
commit | c5bbf358b790c8a7850188dea34601db703a97fa (patch) | |
tree | a6cb20a0819e42a0c18e4c52e8a1f47d890c18e9 /arch/arm/boot/dts/nspire.dtsi | |
parent | 81faa5566864e97a5578c4e08c07edf04239abcc (diff) | |
download | linux-c5bbf358b790c8a7850188dea34601db703a97fa.tar.xz |
arm: dts: nspire: 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 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>
Diffstat (limited to 'arch/arm/boot/dts/nspire.dtsi')
-rw-r--r-- | arch/arm/boot/dts/nspire.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nspire.dtsi b/arch/arm/boot/dts/nspire.dtsi index ec2283b1a638..1a5ae4cd107f 100644 --- a/arch/arm/boot/dts/nspire.dtsi +++ b/arch/arm/boot/dts/nspire.dtsi @@ -56,6 +56,7 @@ usb_phy: usb_phy { compatible = "usb-nop-xceiv"; + #phy-cells = <0>; }; vbus_reg: vbus_reg { |