Commit c22fe696 authored by Tony Lindgren's avatar Tony Lindgren

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: default avatarTony Lindgren <tony@atomide.com>
parent d364b038
...@@ -385,6 +385,7 @@ usb1_phy: usb-phy@1b00 { ...@@ -385,6 +385,7 @@ usb1_phy: usb-phy@1b00 {
reg = <0x1b00 0x100>; reg = <0x1b00 0x100>;
reg-names = "phy"; reg-names = "phy";
ti,ctrl_mod = <&usb_ctrl_mod>; ti,ctrl_mod = <&usb_ctrl_mod>;
#phy-cells = <0>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment