summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/files.fdt
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2023-05-23 14:10:28 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2023-05-23 14:10:28 +0000
commitc9761ebfefe0bad5643f43a027b87af8e0545f0f (patch)
tree41ea83f69cf613e2177555937eaa78ff1566e7e4 /sys/dev/fdt/files.fdt
parentc0cc7eacce6c248cb77db3636da3d455c7f83d20 (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.fdt7
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