The addition of the asserts in irq_domain_add_legacy() mean irq_domain_generate_simple() can't use a fixed size of 32. It needs a parameter to pass in the size. I switched to calling irq_domain_add_legacy() directly. -- Jon Smirl jonsmirl at gmail.com