[PATCH v4 2/3] ARM: mvebu: Add quirk for i2c
Arnd Bergmann
arnd at arndb.de
Wed Jan 8 08:44:24 EST 2014
On Wednesday 08 January 2014 14:42:45 Gregory CLEMENT wrote:
> You means something like the following code ?
>
> static void __init armada_370_xp_dt_init(void)
> {
> + if (of_machine_is_compatible("plathome,openblocks-ax3-4"))
> + i2c_quirk();
> of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
> }
Yes, that looks like a good way to do it.
Arnd
More information about the linux-arm-kernel
mailing list