diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2013-03-07 08:35:18 -0500 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-04-08 18:21:01 -0400 |
commit | e98319673bc1ea5cb2c5e495d0c7f5afa86257bc (patch) | |
tree | 9aa5fa2083e479c2d92ef89983818db370b6adca | |
parent | fedc428e322909b1b42715b2c643b0c47c98a16d (diff) |
ARM: dts: OMAP5: Add ocp2scp data
Add ocp2scp data node in omap5 device tree file.
The information for the node added here can be found @
Documentation/devicetree/bindings/bus/omap-ocp2scp.txt
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/omap5.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 116123b5701c..438241d0e07c 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi | |||
@@ -544,5 +544,13 @@ | |||
544 | reg-names = "control_dev_conf", "phy_power_usb"; | 544 | reg-names = "control_dev_conf", "phy_power_usb"; |
545 | ti,type = <2>; | 545 | ti,type = <2>; |
546 | }; | 546 | }; |
547 | |||
548 | ocp2scp { | ||
549 | compatible = "ti,omap-ocp2scp"; | ||
550 | #address-cells = <1>; | ||
551 | #size-cells = <1>; | ||
552 | ranges; | ||
553 | ti,hwmods = "ocp2scp1"; | ||
554 | }; | ||
547 | }; | 555 | }; |
548 | }; | 556 | }; |