diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-01-14 16:56:33 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-01-14 16:56:33 +0000 |
commit | 1b0b53db2f77e1cdc4b5db5c0969e07a29f2f71c (patch) | |
tree | cec6bbd46683c9af104080dfcce83bd7765b0f0d /sys/arch/arm64/conf/GENERIC | |
parent | 6bbc8398d161766d0cabc57bc006b4c583db291a (diff) |
Add amltemp(4), a driver for the temperature sensors on various Amlogic 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 cd0e66edef8..84687e17083 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.136 2019/12/17 13:08:54 reyk Exp $ +# $OpenBSD: GENERIC,v 1.137 2020/01/14 16:56:32 kettenis Exp $ # # GENERIC machine description file # @@ -155,6 +155,7 @@ amlpinctrl* at fdt? early 1 amlpwm* at fdt? amlreset* at fdt? early 1 amlrng* at fdt? +amltemp* at fdt? amluart* at fdt? amlusbphy* at fdt? |