diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2013-03-07 17:35:18 +0400 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-04-09 02:21:01 +0400 |
commit | e98319673bc1ea5cb2c5e495d0c7f5afa86257bc (patch) | |
tree | 9aa5fa2083e479c2d92ef89983818db370b6adca /arch/arm/boot/dts/omap5.dtsi | |
parent | fedc428e322909b1b42715b2c643b0c47c98a16d (diff) | |
download | linux-e98319673bc1ea5cb2c5e495d0c7f5afa86257bc.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/omap5.dtsi')
-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 @@ reg-names = "control_dev_conf", "phy_power_usb"; ti,type = <2>; }; + + ocp2scp { + compatible = "ti,omap-ocp2scp"; + #address-cells = <1>; + #size-cells = <1>; + ranges; + ti,hwmods = "ocp2scp1"; + }; }; }; |