12 Sep
2014
12 Sep
'14
3:55 p.m.
On Thu, Sep 11, 2014 at 09:40:54AM +0800, bardliao@realtek.com wrote:
+/* the default platform data for acpi devices */ +static struct rt286_platform_data rt286_acpi_data = {
- .cbj_en = true,
- .gpio2_en = false,
+};
static const struct acpi_device_id rt286_acpi_match[] = {
- { "INT343A", 0 },
- { "INT343A", (unsigned long)&rt286_acpi_data }, {},
};
Why does this platform data apply to all boards using this ACPI ID? Shouldn't this be _DSD data instead, or should we be doing quirks based on DMI data?