]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r349596 by ganbold:
authorEmmanuel Vadot <manu@FreeBSD.org>
Fri, 16 Aug 2019 20:56:35 +0000 (20:56 +0000)
committerEmmanuel Vadot <manu@FreeBSD.org>
Fri, 16 Aug 2019 20:56:35 +0000 (20:56 +0000)
commitd198a655120d97de4fd6baacdf5e36da124076b4
tree5ebd6865872ba8b5ba93478c2b18400109324849
parent34b91cbeb0f70ff7deed8249efa7022870c1afcf
MFC r349596 by ganbold:

Extend simple_mfd driver to expose a syscon interface if
that node is also compatible with syscon. For instance,
Rockchip RK3399's GRF (General Register Files) is compatible
with simple-mfd as well as syscon and has devices like
usb2-phy, emmc-phy and pcie-phy etc. under it.

Reviewed by: manu
sys/dev/fdt/simple_mfd.c
sys/dev/fdt/simple_mfd.h [new file with mode: 0644]