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>

authored by Rob Herring and committed by Arnd Bergmann c5bbf358 81faa556

+1
+1
arch/arm/boot/dts/nspire.dtsi
··· 56 56 57 57 usb_phy: usb_phy { 58 58 compatible = "usb-nop-xceiv"; 59 + #phy-cells = <0>; 59 60 }; 60 61 61 62 vbus_reg: vbus_reg {