ARM: dts: OMAP4: add *reg* property for ocp2scp
authorKishon Vijay Abraham I <kishon@ti.com>
Wed, 19 Sep 2012 10:32:51 +0000 (16:02 +0530)
committerBenoit Cousson <b-cousson@ti.com>
Mon, 29 Oct 2012 15:56:30 +0000 (16:56 +0100)
*reg* property for ocp2scp was previously obtained from ti,hwmods property.
But that is now explicitly added to the dt node.
Also updated the documentation with *reg* info.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Documentation/devicetree/bindings/bus/omap-ocp2scp.txt
arch/arm/boot/dts/omap4.dtsi

index d2fe064..63dd805 100644 (file)
@@ -2,9 +2,27 @@
 
 properties:
 - compatible : Should be "ti,omap-ocp2scp"
+- reg : Address and length of the register set for the device
 - #address-cells, #size-cells : Must be present if the device has sub-nodes
 - ranges : the child address space are mapped 1:1 onto the parent address space
 - ti,hwmods : must be "ocp2scp_usb_phy"
 
 Sub-nodes:
 All the devices connected to ocp2scp are described using sub-node to ocp2scp
+
+ocp2scp@4a0ad000 {
+       compatible = "ti,omap-ocp2scp";
+       reg = <0x4a0ad000 0x1f>;
+       #address-cells = <1>;
+       #size-cells = <1>;
+       ranges;
+       ti,hwmods = "ocp2scp_usb_phy";
+
+       subnode1 {
+       ...
+       };
+
+       subnode2 {
+       ...
+       };
+};
index 3883f94..812461e 100644 (file)
                        hw-caps-temp-alert;
                };
 
-               ocp2scp {
+               ocp2scp@4a0ad000 {
                        compatible = "ti,omap-ocp2scp";
+                       reg = <0x4a0ad000 0x1f>;
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges;