mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
31 lines
891 B
Diff
31 lines
891 B
Diff
From b9094272af9ec751da6fc26a50813e41cd2202c4 Mon Sep 17 00:00:00 2001
|
|
From: Stefan Wahren <stefan.wahren@i2se.com>
|
|
Date: Sun, 29 Oct 2017 12:49:05 +0100
|
|
Subject: [PATCH 321/321] ARM: dts: bcm283x: Fix DTC warnings about missing
|
|
phy-cells
|
|
|
|
commit 014d6da6cb2525d7f48fb08c705cb130cc7b5f4a upstream.
|
|
|
|
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 | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
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>;
|
|
};
|
|
};
|
|
--
|
|
2.16.1
|
|
|