Re: [PATCH] [POWERPC] pasemi: Broaden specific references to 1682M
From: Segher Boessenkool <hidden>
Date: 2007-11-06 01:42:15
From: Segher Boessenkool <hidden>
Date: 2007-11-06 01:42:15
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