* [PATCH v3 7/7] ARM: DT: Add support to system control module for OMAP4
@ 2012-06-27 18:05 Konstantin Baydarov
0 siblings, 0 replies; only message in thread
From: Konstantin Baydarov @ 2012-06-27 18: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
This patch adds device tree entries on OMAP4 based boards
for System Control Module (SCM).
Signed-off-by: Konstantin Baydarov <kbaidarov@dev.rtsoft.ru>
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
---
arch/arm/boot/dts/omap4.dtsi | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index 359c497..8ecf80a 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -272,5 +272,20 @@
ti,hwmods = "mmc5";
ti,needs-special-reset;
};
+
+ ctrl_module_core: ctrl_module_core@4a002000 {
+ compatible = "ti,omap4-control";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges;
+ ti,hwmods = "ctrl_module_core";
+ reg = <0x4a002000 0x1000>;
+ bandgap@4a002000 {
+ compatible = "ti,omap4-bandgap";
+ };
+ usb@4a002000 {
+ compatible = "ti,omap4-usb-phy";
+ };
+ };
};
};
--
1.7.7.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-27 18:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 18:05 [PATCH v3 7/7] ARM: DT: Add support to system control module for OMAP4 Konstantin Baydarov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).