]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: dts: bcm283x: Fix DTC warnings about missing phy-cells
authorStefan Wahren <stefan.wahren@i2se.com>
Sun, 29 Oct 2017 11:49:05 +0000 (12:49 +0100)
committerEric Anholt <eric@anholt.net>
Wed, 15 Nov 2017 18:57:47 +0000 (10:57 -0800)
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>
arch/arm/boot/dts/bcm283x.dtsi

index 013431e3d7c3140d3a0645bdf4f130e9a860f984..dcde93c85c2d38e0f230ca21c700cb7755d9ec55 100644 (file)
 
        usbphy: phy {
                compatible = "usb-nop-xceiv";
+               #phy-cells = <0>;
        };
 };