diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2023-05-19 21:26:11 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2023-05-19 21:26:11 +0000 |
commit | 5d4ba52e1ddac4de815c8a58146cec0a52f1bca8 (patch) | |
tree | 5d0d0c45e73dbe125f35ab4575a4dd14823cd0da /sys/dev/fdt/files.fdt | |
parent | 758558c00d30df9429a130a29b6cb3f3c56c0ac8 (diff) |
Add qcsmptp(4), a driver to share 32-bit values between (co-)processors.
The inbound path is typically used as interrupt controller, e.g. to handle
handover and ready interrupts when a remoteproc boots. The outbound path
seems to be used to stop cores, but we don't do that yet.
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 48ee7667ee2..1d19d5a00e2 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.190 2023/05/19 21:13:49 patrick Exp $ +# $OpenBSD: files.fdt,v 1.191 2023/05/19 21:26:10 patrick Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -696,6 +696,11 @@ device qcsmem attach qcsmem at fdt file dev/fdt/qcsmem.c qcsmem +# Qualcomm Shared Memory Point-to-Point +device qcsmptp +attach qcsmptp at fdt +file dev/fdt/qcsmptp.c qcsmptp + # Qualcomm SPMI controller device qcspmi: spmi attach qcspmi at fdt |