On Mon, Feb 25, 2019 at 06:05:39PM +0300, Andy Shevchenko wrote: > In case of PRP0001 the compatible string may have additional data affiliated > with the device. When we call device_get_match_data() on such device, we will > get nothing since currently acpi_device_get_match_data() doesn't respect > PRP0001. > > To fix above, try acpi_of_match_device() if there is no ACPI table in the > driver. > > Anyway, note that the device is supposed to get its own proper ACPI ID. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Acked-by: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx>