On 01/08/2013 05:47 AM, Hiroshi Doyu wrote: > Add new Tegra 114 SoC support. > diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c > static const struct of_device_id tegra_dt_irq_match[] __initconst = { > { .compatible = "arm,cortex-a9-gic", .data = gic_of_init }, > + { .compatible = "arm,cortex-a15-gic", .data = gic_of_init }, > { } > }; It'd probably be a good idea to add newer entries at the start of this table. Not so much an issue here perhaps, but at least when instantiating drivers, the earlier entries match first irrespective of the order of compatible values in the DT node, due to a misfeature in the kernel code, which while it's in the process of being fixed, we probably still want to work around. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html