summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2017-12-04 08:27:18 -0800
committerTony Lindgren <tony@atomide.com>2017-12-05 08:29:04 -0800
commitc22fe696157dc94a25cc5396b43b29b6d6f4a189 (patch)
tree667df221de54d0b4ee24f264fa50a5f0b0625d26 /arch
parentd364b038bc962f494cffb8f6cb6cddbe41bcb5b6 (diff)
downloadlinux-0-day-c22fe696157dc94a25cc5396b43b29b6d6f4a189.tar.gz
linux-0-day-c22fe696157dc94a25cc5396b43b29b6d6f4a189.tar.xz
ARM: dts: Fix dm814x missing phy-cells property
We have phy-cells for usb_phy0, but it's missing for usb_phy1 and we get: Warning (phys_property): Missing property '#phy-cells' in node /ocp/l4ls@48000000/control@140000/usb-phy@1b00 or bad phandle (referred from /ocp/usb@47400000/usb@47401800:phys[0]) Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/dm814x.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dm814x.dtsi b/arch/arm/boot/dts/dm814x.dtsi
index 9708157f5daf6..46f3ee7445267 100644
--- a/arch/arm/boot/dts/dm814x.dtsi
+++ b/arch/arm/boot/dts/dm814x.dtsi
@@ -385,6 +385,7 @@
reg = <0x1b00 0x100>;
reg-names = "phy";
ti,ctrl_mod = <&usb_ctrl_mod>;
+ #phy-cells = <0>;
};
};