From: Rob Herring Date: Thu, 9 Nov 2017 22:26:12 +0000 (-0600) Subject: arm: dts: nspire: Add missing #phy-cells to usb-nop-xceiv X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~6249^2~15 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c5bbf358b790c8a7850188dea34601db703a97fa;p=mirror_ubuntu-focal-kernel.git 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 Signed-off-by: Arnd Bergmann --- 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 {