ARM: dts: OMAP5: Add ocp2scp data
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 7 Mar 2013 13:35:18 +0000 (19:05 +0530)
committerBenoit Cousson <benoit.cousson@linaro.org>
Mon, 8 Apr 2013 22:21:01 +0000 (00:21 +0200)
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>
arch/arm/boot/dts/omap5.dtsi

index 116123b..438241d 100644 (file)
                        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";
+               };
        };
 };