ARM: dts: dra7: Add syscon regmap for CORE CONTROL area
authorRoger Quadros <rogerq@ti.com>
Wed, 3 Sep 2014 14:21:45 +0000 (17:21 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 24 Nov 2014 15:54:48 +0000 (07:54 -0800)
Display and DCAN drivers use syscon regmap to access some registers
in the CORE control area. Add the syscon regmap node for this
area.

Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Nishanth Menon <nm@ti.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7.dtsi

index 1442b48..960b2c5 100644 (file)
                        ti,hwmods = "counter_32k";
                };
 
+               dra7_ctrl_core: ctrl_core@4a002000 {
+                       compatible = "syscon";
+                       reg = <0x4a002000 0x6d0>;
+               };
+
                dra7_ctrl_general: tisyscon@4a002e00 {
                        compatible = "syscon";
                        reg = <0x4a002e00 0x7c>;