From: Stefan Wahren Date: Sun, 29 Oct 2017 11:49:05 +0000 (+0100) Subject: ARM: dts: bcm283x: Fix DTC warnings about missing phy-cells X-Git-Tag: v4.15-rc3~4^2~2^2~5^2^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=014d6da6cb25;p=linux-block.git ARM: dts: bcm283x: Fix DTC warnings about missing phy-cells This patch fixes the DTC warnings about missing property #phy-cells. Signed-off-by: Stefan Wahren Signed-off-by: Eric Anholt Reviewed-by: Eric Anholt --- diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index 013431e3d7c3..dcde93c85c2d 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -639,5 +639,6 @@ usbphy: phy { compatible = "usb-nop-xceiv"; + #phy-cells = <0>; }; };