Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5bbf358 authored by Rob Herring's avatar Rob Herring Committed by Arnd Bergmann
Browse files

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: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 81faa556
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@

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

	vbus_reg: vbus_reg {