summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/conf
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2020-01-26 06:20:31 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2020-01-26 06:20:31 +0000
commitb5819c1d27da7be683addf298e4eced5a2407ed6 (patch)
tree651a06f828992256470bc44da6f3b8827bf4b9a9 /sys/arch/arm64/conf
parent2207320e662237a3b5885abbc594fd0d9f46c7bf (diff)
Add simplepanel(4), a driver for simple display panels. This one
is good enough to enable the Pinebook Pro's panel. It would be nice to make use of the DRM's BSD-licensed panel code, which has an extensive list of panels and its settings. ok kettenis@
Diffstat (limited to 'sys/arch/arm64/conf')
-rw-r--r--sys/arch/arm64/conf/GENERIC5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index 5f24a37d27b..ae80bf6bcad 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.139 2020/01/25 12:52:10 patrick Exp $
+# $OpenBSD: GENERIC,v 1.140 2020/01/26 06:20:30 patrick Exp $
#
# GENERIC machine description file
#
@@ -106,7 +106,8 @@ option WSDISPLAY_DEFAULTSCREENS=6 # initial number of text consoles
simplefb* at fdt?
wsdisplay* at simplefb?
-pwmbl* at fdt? # PWM backlight
+simplepanel* at fdt?
+pwmbl* at fdt? # PWM backlight
radeondrm* at pci?
drm* at radeondrm?