diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2023-07-01 16:34:31 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2023-07-01 16:34:31 +0000 |
commit | ef1ebd372cf992fb3fc6a9f218d14a7a44cb3a0b (patch) | |
tree | ce35cc80a1ec9b2b6f2afcc7bf864fced31fa77e /sys/arch | |
parent | 03eb5d1c68077846faa1d01c84a5898a33e7d646 (diff) |
Add driver for QC cpu Power States.
ok kettenis@ patrick@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index ceec2009012..132b049a028 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.274 2023/06/27 22:38:46 patrick Exp $ +# $OpenBSD: GENERIC,v 1.275 2023/07/01 16:34:29 drahn Exp $ # # GENERIC machine description file # @@ -321,6 +321,7 @@ sdmmc* at dwmshc? # Qualcomm SoCs qcaoss* at fdt? +qccpu* at fdt? qcdwusb* at fdt? qcgpio* at acpi? qcgpio* at fdt? early 1 |