aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2018-03-14 09:53:12 -0400
committerTony Lindgren <tony@atomide.com>2018-03-20 10:35:38 -0400
commit0b75c042b5626a231625af63e71b797608453142 (patch)
tree84a4ff0d5d51fff9acc6379e7543b0d19af14d72
parent418dbeb618a07a18f0389a482cdfea1bae181671 (diff)
ARM: dts: omap5: add support for control module wkup pad config
The pad configuration area under control module wkup has some miscellaneous config registers, that are not pinmux related. Add a separate area for these, and add support for syscon / clocks under this new area. Signed-off-by: Tero Kristo <t-kristo@ti.com> Tested-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/omap5.dtsi22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi
index 511606c17a04..732b61a0e990 100644
--- a/arch/arm/boot/dts/omap5.dtsi
+++ b/arch/arm/boot/dts/omap5.dtsi
@@ -287,6 +287,28 @@
287 pinctrl-single,register-width = <16>; 287 pinctrl-single,register-width = <16>;
288 pinctrl-single,function-mask = <0x7fff>; 288 pinctrl-single,function-mask = <0x7fff>;
289 }; 289 };
290
291 omap5_scm_wkup_pad_conf: omap5_scm_wkup_pad_conf@cda0 {
292 compatible = "ti,omap5-scm-wkup-pad-conf",
293 "simple-bus";
294 reg = <0xcda0 0x60>;
295 #address-cells = <1>;
296 #size-cells = <1>;
297 ranges = <0 0xcda0 0x60>;
298
299 scm_wkup_pad_conf: scm_conf@0 {
300 compatible = "syscon", "simple-bus";
301 reg = <0x0 0x60>;
302 #address-cells = <1>;
303 #size-cells = <1>;
304 ranges = <0 0x0 0x60>;
305
306 scm_wkup_pad_conf_clocks: clocks@0 {
307 #address-cells = <1>;
308 #size-cells = <0>;
309 };
310 };
311 };
290 }; 312 };
291 313
292 ocmcram: ocmcram@40300000 { 314 ocmcram: ocmcram@40300000 {