ARM: dts: dra7: add minimal l4 bus layout with control module support
authorTero Kristo <t-kristo@ti.com>
Thu, 12 Feb 2015 09:37:13 +0000 (11:37 +0200)
committerTero Kristo <t-kristo@ti.com>
Tue, 31 Mar 2015 18:26:59 +0000 (21:26 +0300)
This patch creates the l4_cfg and l4_wkup interconnects for DRA7, and
moves some of the generic peripherals under it. System control module
support is added to the device tree also, and the existing SCM related
functionality is moved under it.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Documentation/devicetree/bindings/arm/omap/ctrl.txt
Documentation/devicetree/bindings/arm/omap/l4.txt
arch/arm/boot/dts/dra7.dtsi

index acb68ed..3a4e590 100644 (file)
@@ -23,6 +23,7 @@ Required properties:
                "ti,omap4-scm-padconf-core"
                "ti,omap5-scm-core"
                "ti,omap5-scm-padconf-core"
+               "ti,dra7-scm-core"
 - reg:         Contains Control Module register address range
                (base address and length)
 
index 2fe4211..b4f8a16 100644 (file)
@@ -10,6 +10,8 @@ Required properties:
               Should be "ti,omap4-l4-wkup" for OMAP4 family l4 wkup bus
               Should be "ti,omap5-l4-cfg" for OMAP5 family l4 cfg bus
               Should be "ti,omap5-l4-wkup" for OMAP5 family l4 wkup bus
+              Should be "ti,dra7-l4-cfg" for DRA7 family l4 cfg bus
+              Should be "ti,dra7-l4-wkup" for DRA7 family l4 wkup bus
               Should be "ti,am3-l4-wkup" for AM33xx family l4 wkup bus
               Should be "ti,am4-l4-wkup" for AM43xx family l4 wkup bus
 - ranges : contains the IO map range for the bus
Simple merge