Commit cf0d869e authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Benoit Cousson

ARM: dts: OMAP4: Add omap-usb2 data

Add omap-usb2 data node in omap4 device tree file. Since omap-usb2
is connected to ocp2scp, omap-usb2 dt data is added as a child node
of ocp2scp. The information about this data node is availabe @
Documentation/devicetree/bindings/usb/usb-phy.txt
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Acked-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarBenoit Cousson <benoit.cousson@linaro.org>
parent 840e5fd8
...@@ -438,6 +438,11 @@ ocp2scp@4a0ad000 { ...@@ -438,6 +438,11 @@ ocp2scp@4a0ad000 {
#size-cells = <1>; #size-cells = <1>;
ranges; ranges;
ti,hwmods = "ocp2scp_usb_phy"; ti,hwmods = "ocp2scp_usb_phy";
usb2_phy: usb2phy@4a0ad080 {
compatible = "ti,omap-usb2";
reg = <0x4a0ad080 0x58>;
ctrl-module = <&omap_control_usb>;
};
}; };
timer1: timer@4a318000 { timer1: timer@4a318000 {
......
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