Skip to content

Commit

Permalink
arm: dts: nspire: Add missing #phy-cells to usb-nop-xceiv
Browse files Browse the repository at this point in the history
"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>
  • Loading branch information
Rob Herring authored and Arnd Bergmann committed Dec 7, 2017
1 parent 81faa55 commit c5bbf35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/nspire.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

usb_phy: usb_phy {
compatible = "usb-nop-xceiv";
#phy-cells = <0>;
};

vbus_reg: vbus_reg {
Expand Down

0 comments on commit c5bbf35

Please sign in to comment.