CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/29 07:50:54
Modified files:
sys/dev/i2c : pca9548.c
Log message:
The pcamux(4) device tree node's children are the individual channels,
which we each treat as an I2C bus. While scanning these, we need to
use each channel's node as starting point instead of the pcamux(4) node.
This fixes finding and attaching devices connected to these channels.
ok kettenis@
