powerpc: Add fsl mpic timer binding
authorScott Wood <scottwood@freescale.com>
Thu, 24 Mar 2011 21:43:15 +0000 (16:43 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 19 May 2011 06:14:25 +0000 (01:14 -0500)
commit180076cb11a5f02de7d26f8cb82969b895a26f40
treef10a72393e40d2c79da00019a2afc0c4b6219edc
parentf46dad270b7f425d7d4ec08676f2513732d11c2b
powerpc: Add fsl mpic timer binding

Update the existing example in the general mpic binding to have a
separate TCRx region.  Currently the example doesn't describe TCRx at
all.  The one upstream device tree with an mpic timer node (p1022ds)
uses one large reg region to describe both, even though there are other
unrelated registers in between.  That device tree also contains a bogus
interrupt specifier, and there's no upstream software that uses this yet,
so changing this shouldn't be a problem.

Add a full binding for the MPIC timer node, not just an example of
4-cell interrupts in the MPIC binding.

Add fsl,available-ranges, similar to msi-available-ranges.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Documentation/devicetree/bindings/powerpc/fsl/mpic-timer.txt [new file with mode: 0644]
Documentation/devicetree/bindings/powerpc/fsl/mpic.txt