[PATCH] [POWERPC] pasemi: Broaden specific references to 1682M
Segher Boessenkool
segher at kernel.crashing.org
Tue Nov 6 12:42:08 EST 2007
Hi Olof,
Nice cleanup! One minor thing...
> static struct of_device_id pasemi_bus_ids[] = {
> + /* Unfortunately needed for legacy firmwares */
> { .type = "localbus", },
> { .type = "sdc", },
> + { .compatible = "pasemi,localbus", },
> + { .compatible = "pasemi,sdc", },
The new comment is for the device_type entries only, right? You
might want to make that more clear.
Segher
More information about the Linuxppc-dev
mailing list