On 05/03/2012 06:26 PM, Mark Brown wrote: > On Thu, May 03, 2012 at 06:13:16PM +0300, Peter Ujfalusi wrote: >> On 05/03/2012 05:52 PM, Mark Brown wrote: >>> Are you sure there aren't any boards out there which rely on the >>> interrupt base (eg, using a GPIO with the IRQ output of a chip)? > >> Yes, I'm sure. > > Because...?
The irq_base was used to map the nested interrupt numbers somewhere high enough. twl6040 has one irq line towards the CPU (comes via i2c_client->irq). With this change we just change the mapping of the nested interrupt range provided by twl6040 (instead of hardwired number we ask for suitable range). We have sdp4430 and PandaBoard with twl6040. They are fine. The other non upstream boards should be fine as well with this change. -- Péter _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
