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

dt-bindings: Document brcm, int-fwd-mask property for bcm7038-l1-intc

Indicate that the brcm,int-fwd-mask property is optional and can be set
on platforms which require to leave specific interrupts unmanaged by
Linux and need to retain the firmware configuration.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20191024201415.23454-5-f.fainelli@gmail.com

authored by

Florian Fainelli and committed by
Marc Zyngier
e14b5e5f 27eebb60

+6
+6
Documentation/devicetree/bindings/interrupt-controller/brcm,bcm7038-l1-intc.txt
··· 36 36 - brcm,irq-can-wake: If present, this means the L1 controller can be used as a 37 37 wakeup source for system suspend/resume. 38 38 39 + Optional properties: 40 + 41 + - brcm,int-fwd-mask: if present, a bit mask to indicate which interrupts 42 + have already been configured by the firmware and should be left unmanaged. 43 + This should have one 32-bit word per status/set/clear/mask group. 44 + 39 45 If multiple reg ranges and interrupt-parent entries are present on an SMP 40 46 system, the driver will allow IRQ SMP affinity to be set up through the 41 47 /proc/irq/ interface. In the simplest possible configuration, only one