Skip to content

Commit c5bbf35

Browse files
robherringarndb
authored andcommitted
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 <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 81faa55 commit c5bbf35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/nspire.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656

5757
usb_phy: usb_phy {
5858
compatible = "usb-nop-xceiv";
59+
#phy-cells = <0>;
5960
};
6061

6162
vbus_reg: vbus_reg {

0 commit comments

Comments
 (0)