Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mrvl,intc: Add a MMP3 interrupt controller

Similar to MMP2 one, but has an extra range for the other core. The
muxes stay the same.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-by: Rob Herring <robh@kernel.org>

+9 -5
+9 -5
Documentation/devicetree/bindings/interrupt-controller/mrvl,intc.txt
··· 1 1 * Marvell MMP Interrupt controller 2 2 3 3 Required properties: 4 - - compatible : Should be "mrvl,mmp-intc", "mrvl,mmp2-intc" or 5 - "mrvl,mmp2-mux-intc" 4 + - compatible : Should be 5 + "mrvl,mmp-intc" on Marvel MMP, 6 + "mrvl,mmp2-intc" along with "mrvl,mmp2-mux-intc" on MMP2 or 7 + "marvell,mmp3-intc" with "mrvl,mmp2-mux-intc" on MMP3 6 8 - reg : Address and length of the register set of the interrupt controller. 7 9 If the interrupt controller is intc, address and length means the range 8 - of the whole interrupt controller. If the interrupt controller is mux-intc, 9 - address and length means one register. Since address of mux-intc is in the 10 - range of intc. mux-intc is secondary interrupt controller. 10 + of the whole interrupt controller. The "marvell,mmp3-intc" controller 11 + also has a secondary range for the second CPU core. If the interrupt 12 + controller is mux-intc, address and length means one register. Since 13 + address of mux-intc is in the range of intc. mux-intc is secondary 14 + interrupt controller. 11 15 - reg-names : Name of the register set of the interrupt controller. It's 12 16 only required in mux-intc interrupt controller. 13 17 - interrupts : Should be the port interrupt shared by mux interrupts. It's