diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-08-27 21:09:48 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-08-27 21:09:48 +0000 |
commit | cd9989564b9ba5eb5625df96304b1dc04fb59f3a (patch) | |
tree | 6e1abe59fdee57a6153e9cd83f217c5b810b976d /sys/arch/arm64/conf/GENERIC | |
parent | e54d60d52d55c8e89ba5359720e7c0477fd3b5ec (diff) |
Add hitemp(4), a driver for the temperature sensors on the HiSilicon Hi3660
and Hi3670 SoCs.
Diffstat (limited to 'sys/arch/arm64/conf/GENERIC')
-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 76bba915219..854de06eb81 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.89 2018/08/27 20:05:06 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.90 2018/08/27 21:09:47 kettenis Exp $ # # GENERIC machine description file # @@ -136,6 +136,7 @@ usb* at dwctwo? hiclock* at fdt? early 1 hidwusb* at fdt? hireset* at fdt? early 1 +hitemp* at fdt? # Marvell SoCs mvclock* at fdt? early 1 |