diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2012-08-22 04:40:03 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-08-22 08:31:49 -0400 |
commit | 59bafcf69cdc74f848f212086a8b9c51866da384 (patch) | |
tree | d3ca6fe80d459098cd7a4affc349d55fb4ad2bbc /arch/arm/boot/dts/omap4.dtsi | |
parent | 26a84b3eaef0f6091fd9771ff15613a35862525a (diff) |
arm/dts: omap4: Add ocp2scp data
Add ocp2scp data node in omap4 device tree file.
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/omap4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 04cbbcb6ff91..8a780b2a5083 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi | |||
@@ -295,5 +295,13 @@ | |||
295 | interrupt-parent = <&gic>; | 295 | interrupt-parent = <&gic>; |
296 | ti,hwmods = "dmic"; | 296 | ti,hwmods = "dmic"; |
297 | }; | 297 | }; |
298 | |||
299 | ocp2scp { | ||
300 | compatible = "ti,omap-ocp2scp"; | ||
301 | #address-cells = <1>; | ||
302 | #size-cells = <1>; | ||
303 | ranges; | ||
304 | ti,hwmods = "ocp2scp_usb_phy"; | ||
305 | }; | ||
298 | }; | 306 | }; |
299 | }; | 307 | }; |