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

powerpc: Update Integrated Flash controller device tree bindings

Freescale's Integrated Flash controller (IFC) may have one or two
interrupts. In case of single interrupt line, it will cover all IFC
interrupts.

Update this information in IFC device tree bindings

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

authored by

Prabhakar Kushwaha and committed by
Kumar Gala
f4dfef75 87787219

+6 -3
+6 -3
Documentation/devicetree/bindings/powerpc/fsl/ifc.txt
··· 12 12 - #size-cells : Either one or two, depending on how large each chipselect 13 13 can be. 14 14 - reg : Offset and length of the register set for the device 15 - - interrupts : IFC has two interrupts. The first one is the "common" 16 - interrupt(CM_EVTER_STAT), and second is the NAND interrupt 17 - (NAND_EVTER_STAT). 15 + - interrupts: IFC may have one or two interrupts. If two interrupt 16 + specifiers are present, the first is the "common" 17 + interrupt (CM_EVTER_STAT), and the second is the NAND 18 + interrupt (NAND_EVTER_STAT). If there is only one, 19 + that interrupt reports both types of event. 20 + 18 21 19 22 - ranges : Each range corresponds to a single chipselect, and covers 20 23 the entire access window as configured.