CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/11/14 14:50:51

Modified files:
        sys/dev/i2c    : pca9548.c 

Log message:
Extend pcamux(4) with ACPI support.  So far pcamux(4) has assumed it's
always matched on an FDT-capable device, but the HoneyComb LX2K seems
to have a PCA9547 and provides it as NXP0002 HID.  This means we know
if it's ACPI or FDT based on the name passed.  This is required to be
able to make two acpitz(4) nodes work, since the thermel sensors are
behind the mux.

ok kettenis@

Reply via email to