diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2017-10-29 12:49:05 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2017-11-15 10:57:47 -0800 |
commit | 014d6da6cb2525d7f48fb08c705cb130cc7b5f4a (patch) | |
tree | 925a42e37966fd767f6ca59412b8d99b46f434c0 | |
parent | fd3372db18d3d44ae4579243a8eacb5247d8c03a (diff) | |
download | linux-stable-014d6da6cb2525d7f48fb08c705cb130cc7b5f4a.tar.gz linux-stable-014d6da6cb2525d7f48fb08c705cb130cc7b5f4a.tar.bz2 linux-stable-014d6da6cb2525d7f48fb08c705cb130cc7b5f4a.zip |
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 <stefan.wahren@i2se.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
-rw-r--r-- | arch/arm/boot/dts/bcm283x.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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>; }; }; |