]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
htu21: allow configuration via hints on FDT-based systems
authorAndriy Gapon <avg@FreeBSD.org>
Thu, 4 Nov 2021 11:56:12 +0000 (13:56 +0200)
committerAndriy Gapon <avg@FreeBSD.org>
Sat, 6 Nov 2021 17:24:44 +0000 (19:24 +0200)
commita75159eabc90dc35af68c92f7d5eb72e087f6131
tree360824698e7a9f2981070c5bc9d3cd3b0778e890
parent6354154ef520d359492badf0de9c8ae5d7080ae7
htu21: allow configuration via hints on FDT-based systems

On-board devices should be configured via the FDT and overlays.
Hints are primarily useful for external and temporarily attached devices.
Adding hints is much easier and faster than writing and compiling
an overlay.

MFC after: 1 week
sys/dev/iicbus/htu21.c