CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/11 01:55:59
Modified files:
sys/dev/fdt : rkiic.c
Log message:
Make sure to skip attaching disabled I2C devices. This can happen on
hardware which include a common parent block in their device trees and
only enable the components that were actually implemented, as seen on
e.g. the NanoPi R4S.
ok kettenis@
