projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd3372d
)
ARM: dts: bcm283x: Fix DTC warnings about missing phy-cells
author
Stefan Wahren
<stefan.wahren@i2se.com>
Sun, 29 Oct 2017 11:49:05 +0000
(12:49 +0100)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/bcm283x.dtsi
b/arch/arm/boot/dts/bcm283x.dtsi
index 013431e3d7c3140d3a0645bdf4f130e9a860f984..dcde93c85c2d38e0f230ca21c700cb7755d9ec55 100644
(file)
--- 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>;
};
};