diff options
author | Roger Quadros <rogerq@ti.com> | 2014-09-08 14:45:10 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-24 16:55:47 +0100 |
commit | 3a51dec128b47f4cf5d797aa35d24988e0bee571 (patch) | |
tree | 1a6e80c4debf5a8c3aae074bf3197f2e60ff4ca0 | |
parent | ARM: dts: dra72-evm: Add CAN support (diff) | |
download | linux-3a51dec128b47f4cf5d797aa35d24988e0bee571.tar.xz linux-3a51dec128b47f4cf5d797aa35d24988e0bee571.zip |
ARM: dts: am4372: 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>
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 815eabf7f449..42d791c4ad73 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -57,6 +57,11 @@ 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>; |