diff options
author | Jon Hunter <jon-hunter@ti.com> | 2012-10-25 23:24:14 +0400 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-10-29 19:56:33 +0400 |
commit | 510c0ffdd408ced2654f073d0397f0fec410a235 (patch) | |
tree | 6fe32f4975ac5d8d45d61573c41b6707bc318687 /arch/arm/boot/dts/omap2420.dtsi | |
parent | fab8ad0b2b5f2b6d25c6020a61bf3339e53fec61 (diff) | |
download | linux-510c0ffdd408ced2654f073d0397f0fec410a235.tar.xz |
ARM: dts: OMAP: Add counter-32k nodes
Adds the counter-32k timers nodes present in OMAP2/3/4 devices and
device-tree binding documentation for OMAP counter-32k.
Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/omap2420.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap2420.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap2420.dtsi b/arch/arm/boot/dts/omap2420.dtsi index af5ee262d0cf..af6560908905 100644 --- a/arch/arm/boot/dts/omap2420.dtsi +++ b/arch/arm/boot/dts/omap2420.dtsi @@ -14,6 +14,12 @@ compatible = "ti,omap2420", "ti,omap2"; ocp { + counter32k: counter@48004000 { + compatible = "ti,omap-counter32k"; + reg = <0x48004000 0x20>; + ti,hwmods = "counter_32k"; + }; + omap2420_pmx: pinmux@48000030 { compatible = "ti,omap2420-padconf", "pinctrl-single"; reg = <0x48000030 0x0113>; |