brcm2708: add kernel 4.14 support
[openwrt/staging/chunkeey.git] / target / linux / brcm2708 / patches-4.14 / 950-0291-ARM-dts-bcm283x-Fix-DTC-warnings-about-missing-phy-c.patch
1 From 6c69c8a5b2715bebd7c3727c1af78828863ccd4e Mon Sep 17 00:00:00 2001
2 From: Stefan Wahren <stefan.wahren@i2se.com>
3 Date: Sun, 29 Oct 2017 12:49:05 +0100
4 Subject: [PATCH 291/454] ARM: dts: bcm283x: Fix DTC warnings about missing
5 phy-cells
6
7 commit 014d6da6cb2525d7f48fb08c705cb130cc7b5f4a upstream.
8
9 This patch fixes the DTC warnings about missing property #phy-cells.
10
11 Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
12 Signed-off-by: Eric Anholt <eric@anholt.net>
13 Reviewed-by: Eric Anholt <eric@anholt.net>
14 ---
15 arch/arm/boot/dts/bcm283x.dtsi | 1 +
16 1 file changed, 1 insertion(+)
17
18 --- a/arch/arm/boot/dts/bcm283x.dtsi
19 +++ b/arch/arm/boot/dts/bcm283x.dtsi
20 @@ -639,5 +639,6 @@
21
22 usbphy: phy {
23 compatible = "usb-nop-xceiv";
24 + #phy-cells = <0>;
25 };
26 };