[PATCH 5/9] ARM: kirkwood: use devicetree for orion-spi
Arnd Bergmann
arnd at arndb.de
Thu Jun 14 07:10:30 EST 2012
On Sunday 10 June 2012, Andrew Lunn wrote:
> @@ -26,6 +26,11 @@ static struct of_device_id kirkwood_dt_match_table[] __initdata = {
> { }
> };
>
> +struct of_dev_auxdata kirkwood_auxdata_lookup[] __initdata = {
> + OF_DEV_AUXDATA("marvell,orion-spi", 0xf1010600, "orion_spi.0", NULL),
> + {},
> +};
> +
> static void __init kirkwood_dt_init(void)
> {
How about instead adding the clkdev for "f1010600.spi" so you don't need the auxdata?
Arnd
More information about the devicetree-discuss
mailing list