]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
icee: allow configuration via hints on FDT-based systems
authorAndriy Gapon <avg@FreeBSD.org>
Thu, 4 Nov 2021 11:56:22 +0000 (13:56 +0200)
committerAndriy Gapon <avg@FreeBSD.org>
Sat, 27 Nov 2021 08:47:25 +0000 (10:47 +0200)
commitf537b30564210708cea309de6e2ba54cf18e52b1
tree2c2c7d005431abc804c72e96bee2310555b2a31d
parent83f68b84c2347bbe11c5266e98bfd0a44334f004
icee: 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.

(cherry picked from commit 01e3492337cb48484e03be38340cc67ac5e30a5b)
sys/dev/iicbus/icee.c