Skip to content

Commit

Permalink
am33xx: define syscon control module device node
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Reviewed-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Markus Pargmann authored and David S. Miller committed Sep 30, 2014
1 parent 0ba517b commit c9aaf87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/am33xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c9aaf87

Please sign in to comment.