PRCM has a local instance directly under the MPU domain, for controlling
local MPU powerdomains and clockdomains. Add a DT node for this for
omap4, omap5 and dra7.

Signed-off-by: Tero Kristo <t-kri...@ti.com>
---
 arch/arm/boot/dts/dra7.dtsi  |    8 ++++++++
 arch/arm/boot/dts/omap4.dtsi |    8 ++++++++
 arch/arm/boot/dts/omap5.dtsi |    8 ++++++++
 3 files changed, 24 insertions(+)

diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 5332b57..73ef19317 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -64,6 +64,14 @@
                interrupt-parent = <&gic>;
        };
 
+       prcm_mpu: prcm_mpu@48243000 {
+               compatible = "ti,omap4-prcm-mpu", "simple-bus";
+               reg = <0x48243000 0xb00>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges = <0 0x48243000 0xb00>;
+       };
+
        wakeupgen: interrupt-controller@48281000 {
                compatible = "ti,omap5-wugen-mpu", "ti,omap4-wugen-mpu";
                interrupt-controller;
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index f884d6a..e569e28 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -66,6 +66,14 @@
                cache-level = <2>;
        };
 
+       prcm_mpu: prcm_mpu@48243000 {
+               compatible = "ti,omap4-prcm-mpu", "simple-bus";
+               reg = <0x48243000 0x900>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges = <0 0x48243000 0x900>;
+       };
+
        local-timer@48240600 {
                compatible = "arm,cortex-a9-twd-timer";
                clocks = <&mpu_periphclk>;
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index efe5f73..b0a123f 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -99,6 +99,14 @@
                interrupt-parent = <&gic>;
        };
 
+       prcm_mpu: prcm_mpu@48243000 {
+               compatible = "ti,omap4-prcm-mpu", "simple-bus";
+               reg = <0x48243000 0xb00>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges = <0 0x48243000 0xb00>;
+       };
+
        wakeupgen: interrupt-controller@48281000 {
                compatible = "ti,omap5-wugen-mpu", "ti,omap4-wugen-mpu";
                interrupt-controller;
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to