OSDN Git Service

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 815eabf..42d791c 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>;