]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fdt: Add support for simple-mfd bus
authormanu <manu@FreeBSD.org>
Wed, 12 Dec 2018 21:56:45 +0000 (21:56 +0000)
committermanu <manu@FreeBSD.org>
Wed, 12 Dec 2018 21:56:45 +0000 (21:56 +0000)
commitda93ed974dd7208347f8a5f8aba5c96a499990ef
treeea8a4dd750a3447b31448664f5ab7efc135bdd28
parent69709f971840023fff82116300a2493cee77051d
fdt: Add support for simple-mfd bus

Quoting the binding Documentation :

"These devices comprise a nexus for heterogeneous hardware blocks containing
more than one non-unique yet varying hardware functionality."

Reviewed by: loos
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D17751
sys/conf/files
sys/dev/fdt/simple_mfd.c [new file with mode: 0644]
sys/dev/fdt/simplebus.c
sys/dev/fdt/simplebus.h