31 Jul
2012
31 Jul
'12
5:10 p.m.
On Tue, Jul 31, 2012 at 03:59:46PM +0100, Lee Jones wrote:
On 31/07/12 14:55, Mark Brown wrote:
+Optional properties:
- interrupts : The interrupt outputs from the device.
If there's more than one interrupt then how are they ordered?
It doesn't matter. If there are any more than one (which there aren't in this case), we usually use the interrupt-names property then request them by name in the driver.
So the binding therefore needs to say "The interrupt output from the device" as there's only one output supported. If we were using interrupt-names then we'd need to document what the supported names are.