* [PATCH v4 4/4] ARM: DT: Add support to system control module for OMAP4
@ 2012-07-25 11:05 ` Konstantin Baydarov
0 siblings, 0 replies; 2+ messages in thread
From: Konstantin Baydarov @ 2012-07-25 11:05 UTC (permalink / raw)
To: b-cousson, kishon, santosh.shilimkar, tony, paul
Cc: balbi, amit.kucheria, linux-pm, linux-arm-kernel, linux-omap,
amit.kachhap, Eduardo Valentin
[-- Attachment #1: Type: text/plain, Size: 848 bytes --]
This patch add device tree entries on OMAP4 based boards
for System Control Module (SCM).
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Konstantin Baydarov <kbaidarov@dev.rtsoft.ru>
---
arch/arm/boot/dts/omap4.dtsi | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 04cbbcb..59f83c9 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -295,5 +295,15 @@
interrupt-parent = <&gic>;
ti,hwmods = "dmic";
};
+
+ ctrl_module_core: ctrl_module_core@4A0022C4 {
+ compatible = "ti,omap4-control";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ /* ranges; */
+ ti,hwmods = "ctrl_module_core";
+ reg = <0x4A0022C4 0x4>; /* CONTROL_STATUS register */
+ };
+
};
};
--
1.7.7.6
[-- Attachment #2: Attached Message Part --]
[-- Type: text/plain, Size: 0 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH v4 4/4] ARM: DT: Add support to system control module for OMAP4
@ 2012-07-25 11:05 ` Konstantin Baydarov
0 siblings, 0 replies; 2+ messages in thread
From: Konstantin Baydarov @ 2012-07-25 11:05 UTC (permalink / raw)
To: linux-arm-kernel
This patch add device tree entries on OMAP4 based boards
for System Control Module (SCM).
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Konstantin Baydarov <kbaidarov@dev.rtsoft.ru>
---
arch/arm/boot/dts/omap4.dtsi | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 04cbbcb..59f83c9 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -295,5 +295,15 @@
interrupt-parent = <&gic>;
ti,hwmods = "dmic";
};
+
+ ctrl_module_core: ctrl_module_core at 4A0022C4 {
+ compatible = "ti,omap4-control";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ /* ranges; */
+ ti,hwmods = "ctrl_module_core";
+ reg = <0x4A0022C4 0x4>; /* CONTROL_STATUS register */
+ };
+
};
};
--
1.7.7.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-25 11:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-25 11:05 [PATCH v4 4/4] ARM: DT: Add support to system control module for OMAP4 Konstantin Baydarov
2012-07-25 11:05 ` Konstantin Baydarov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.