Commits
Grygorii Strashko committed 5f90ff47095
ARM: dts: k2g: qmss: correct interrupt property Now TI K2G(UP) EVM will fail to initialize networking when kernel is built with !SMP. The reason is that qmss interrupt property now defines wrong cpu_mask for each irq, which will be passed then in irq_set_affinity_hint() and irq_set_affinity_hint() will fail. Hence, fix it by setting cpu_mask to 0, which is the valid value for UP SoC. While here, use proper defines for IRQ's definitions (GIC_SPI, IRQ_TYPE_LEVEL_HIGH). Tested-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>