summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-05-23 17:25:35 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-05-23 17:40:23 -0700
commit482897b9a6001c69b16c651d4bc5b3a49a28d40f (patch)
treec2238c3135a88061f10f178998308d1bc2e1073d
parent424260e680843a1d3b2ac443271579391c69fdce (diff)
hook-functions: Add modules needed for Pinebook LCD display.
The Pinebook LCD disply does not show output until after the initramfs is loaded, which is too late to enter an encryption passphrase or debug issues with mounting the rootfs. Fix this by adding modules to "fb": analogix-anx6345, pwm-sun4i, sun4i-drm and sun8i-mixer.
-rw-r--r--hook-functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/hook-functions b/hook-functions
index 188966e..7a82b9c 100644
--- a/hook-functions
+++ b/hook-functions
@@ -671,6 +671,7 @@ auto_add_modules()
fb)
# For machines that don't have a generic framebuffer device.
modules="$modules rockchipdrm pwm-cros-ec pwm_bl panel-simple"
+ modules="$modules analogix-anx6345 pwm-sun4i sun4i-drm sun8i-mixer"
;;
esac
done