On Wednesday, August 24, 2016 2:59:40 PM CEST Linus Walleij wrote:
> +- interrupts : Should contain the SMSC LAN
> + interrupt line as cell 0, cell 1 is an OPTIONAL PME (power
> + management event) interrupt that is able to wake up the host
> + system with a 50ms pulse on network activity
> + For generic bindings for interrupt controller parents, refer to
> + interrupt-controller/interrupts.txt
I think you should (slightly) reword this to avoid using the
term "cell", which refers to a 32-bit word in the property,
not the interrupt specifier that is often made up of two or
three cells.
Maybe something like
- interrupts: one or two interrupt specifiers:
- The first interrupt is the SMSC LAN interrupt line.
- The second interrupt (if present) is the power management
event ...
Arnd