Hi, On 10/5/19 23:46, Benson Leung wrote: > Hi Evan, > > On Thu, May 09, 2019 at 11:17:50AM -0700, Evan Green wrote: >> The Chrome OS EC driver attaches to devices using the of_match_table >> even when ACPI is the underlying firmware. It does this using the >> magic PRP0001 ACPI HID, which tells ACPI to go find an OF compatible >> string under the hood and match on that. >> >> The cros_ec_spi driver needs to provide the of_match_table regardless >> of whether CONFIG_OF is enabled or not, since the table is used by >> ACPI for PRP0001 devices. >> >> Signed-off-by: Evan Green <[email protected]> > > Looks good to me. > Reviewed-by: Benson Leung <[email protected]> > > I'll leave this to Enric to merge to our for-next. > > Thanks, > Benson >
The patch is queued to the for-next branch with the Benson rb tag for the autobuilders to play with, if all goes well I'll add the patch for 5.3 when current merge window closes. Thanks, Enric

