Add omap-usb2 data node in omap4 device tree file.

Signed-off-by: Kishon Vijay Abraham I <[email protected]>
---
 arch/arm/boot/dts/omap4.dtsi |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 9082191..e670394 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -291,6 +291,10 @@
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ti,hwmods = "ocp2scp_usb_phy";
+                       usb2phy@0x4a0ad080 {
+                               compatible = "ti,omap-usb2";
+                               reg = <0x4a0ad080 0x58>;
+                       };
                };
        };
 };
-- 
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to