Re: [RFC] More compatibles or more quirk properties

2009-03-05 Thread Mitch Bradley
I'm running into a dilemma choosing between two approaches of defining device tree binding. Let's say if we have several chips with a similar SoC block, but each of them have different quirks. If I define different compatibles for each of the chips, the driver will have a longer match table

[RFC] More compatibles or more quirk properties

2009-03-05 Thread Li Yang-R58472
Hi, I'm running into a dilemma choosing between two approaches of defining device tree binding. Let's say if we have several chips with a similar SoC block, but each of them have different quirks. If I define different compatibles for each of the chips, the driver will have a longer match tab