• Arnd Bergmann's avatar
    irqchip: exynos: pass max combiner number to combiner_init · 6761dcfe
    Arnd Bergmann authored
    We can find out the number of combined IRQs from the device
    tree, but in case of ATAGS boot, the driver currently uses
    hardcoded values based on the SoC type. We can't do that
    in general for a multiplatform kernel, so let's instead pass
    this information from platform code directly in case of
    ATAGS boot.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    6761dcfe
exynos-combiner.c 6.41 KB