Add qcpmic(4), a driver for the SPMI-connected PMICs found on Qualcomm SoCs,
authorpatrick <patrick@openbsd.org>
Tue, 8 Nov 2022 19:40:08 +0000 (19:40 +0000)
committerpatrick <patrick@openbsd.org>
Tue, 8 Nov 2022 19:40:08 +0000 (19:40 +0000)
commit6673e64ffa833d9954548fda7fcc0f3ed054f14f
treeac17fc1a500cce6fa60276a5e8f70e0d5fd0e5d7
parentac5b473501b14817a3a8b258d039920182d77529
Add qcpmic(4), a driver for the SPMI-connected PMICs found on Qualcomm SoCs,
which are used on the Lenovo x13s.

This is mostly a shim.  The work for the actual blocks inside the PMICs
occurs in the children.

ok kettenis@
sys/dev/fdt/qcpmic.c [new file with mode: 0644]