ARM: dts: am4372: Add control module syscon node
authorRoger Quadros <rogerq@ti.com>
Mon, 8 Sep 2014 12:45:10 +0000 (15:45 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 24 Nov 2014 15:55:47 +0000 (07:55 -0800)
Use syscon regmap to expose the Control module register space.
This register space is shared between many users e.g. DCAN, USB, display, etc.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am4372.dtsi

index 815eabf7f449fc4f5a9c943e336f965357f3f1c6..42d791c4ad73eaab69cb0f3d4ecf767a121ff674 100644 (file)
                cache-level = <2>;
        };
 
+       am43xx_control_module: control_module@4a002000 {
+               compatible = "syscon";
+               reg = <0x44e10000 0x7f4>;
+       };
+
        am43xx_pinmux: pinmux@44e10800 {
                compatible = "ti,am437-padconf", "pinctrl-single";
                reg = <0x44e10800 0x31c>;
This page took 0.026246 seconds and 5 git commands to generate.