diff options
author | Roger Quadros <rogerq@ti.com> | 2014-09-09 17:28:01 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-24 18:56:09 +0300 |
commit | 63728d57279a1bf48618230c15f7b49179f0d64d (patch) | |
tree | cb6af2123bd9e58560d52980a2d29cd53dba314d /arch/arm/boot/dts/am33xx.dtsi | |
parent | 4b1ce2358b70f9606a4ce95e5fd467d7655b1cd0 (diff) | |
download | linux-63728d57279a1bf48618230c15f7b49179f0d64d.tar.xz |
ARM: dts: am33xx: Add control module syscon node
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>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 62bf053d2cb8..887e86addcef 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -83,6 +83,11 @@ }; }; + am33xx_control_module: control_module@4a002000 { + compatible = "syscon"; + reg = <0x44e10000 0x7fc>; + }; + am33xx_pinmux: pinmux@44e10800 { compatible = "pinctrl-single"; reg = <0x44e10800 0x0238>; |