diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2023-05-23 14:10:28 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2023-05-23 14:10:28 +0000 |
commit | c9761ebfefe0bad5643f43a027b87af8e0545f0f (patch) | |
tree | 41ea83f69cf613e2177555937eaa78ff1566e7e4 /sys/dev/fdt/files.fdt | |
parent | c0cc7eacce6c248cb77db3636da3d455c7f83d20 (diff) |
Add qcaoss(4), a driver for the Always On Subsystem found on Qualcomm SoCs.
This subsystem typically provides an interface for clocks and regulators
not controlled via RPMH. We will use it to switch the load state of the
ADSP co-processor. Surprisingly, or maybe not, the interface uses ASCII
text that kind of looks like JSON.
ok kettenis@
Diffstat (limited to 'sys/dev/fdt/files.fdt')
-rw-r--r-- | sys/dev/fdt/files.fdt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index 1d19d5a00e2..ff108428512 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.191 2023/05/19 21:26:10 patrick Exp $ +# $OpenBSD: files.fdt,v 1.192 2023/05/23 14:10:27 patrick Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -664,6 +664,11 @@ device tascodec attach tascodec at i2c file dev/fdt/tascodec.c tascodec +# Qualcomm Always On Subsystem +device qcaoss +attach qcaoss at fdt +file dev/fdt/qcaoss.c qcaoss + device qcdwusb: fdt attach qcdwusb at fdt file dev/fdt/qcdwusb.c qcdwusb |