diff options
author | Markus Pargmann <[email protected]> | 2014-09-29 08:53:18 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-09-30 01:30:43 -0400 |
commit | c9aaf87cd06fe161d96a814e719f7854cf4be8a9 (patch) | |
tree | df2dd9e3bd115ca5fe29dd1602300da502dc2023 | |
parent | 0ba517b18aac0ed747b0f0716ca87cedaa8e5491 (diff) |
am33xx: define syscon control module device node
Signed-off-by: Markus Pargmann <[email protected]>
Reviewed-by: Wolfram Sang <[email protected]>
Acked-by: Tony Lindgren <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-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 3a0a161342ba..25e38b6ac376 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -132,6 +132,11 @@ }; }; + cm: syscon@44e10000 { + compatible = "ti,am33xx-controlmodule", "syscon"; + reg = <0x44e10000 0x800>; + }; + intc: interrupt-controller@48200000 { compatible = "ti,omap2-intc"; interrupt-controller; |