summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-08-21 00:56:27 -0700
committerAndrei Gherzan <andrei@gherzan.com>2021-08-25 12:56:18 +0100
commita6fa6b3aec36b92c3750852dd6788af9d2ce08f6 (patch)
tree50ab748d6bb03ea105b2e10a43f3d94a8bbd21d1
parentb488b4a19494b99217b5b284dc6e067c8f5093e9 (diff)
downloadmeta-raspberrypi-a6fa6b3aec36b92c3750852dd6788af9d2ce08f6.tar.gz
raspberrypi4: Use full kms (vc4-kms-v3d) DT overlay
With latest 5.10 kernel fkms version fails to bring up VC4 and we do not get dri device initialized ( /dev/dri ) is empty, which means we can not launch wayland componsitors. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/machine/raspberrypi4-64.conf2
-rw-r--r--conf/machine/raspberrypi4.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/raspberrypi4-64.conf b/conf/machine/raspberrypi4-64.conf
index 960bb67..6032dc8 100644
--- a/conf/machine/raspberrypi4-64.conf
+++ b/conf/machine/raspberrypi4-64.conf
@@ -24,7 +24,7 @@ SERIAL_CONSOLES ?= "115200;ttyS0"
24 24
25UBOOT_MACHINE = "rpi_arm64_config" 25UBOOT_MACHINE = "rpi_arm64_config"
26 26
27VC4DTBO ?= "vc4-fkms-v3d" 27VC4DTBO ?= "vc4-kms-v3d"
28 28
29# When u-boot is enabled we need to use the "Image" format and the "booti" 29# When u-boot is enabled we need to use the "Image" format and the "booti"
30# command to load the kernel 30# command to load the kernel
diff --git a/conf/machine/raspberrypi4.conf b/conf/machine/raspberrypi4.conf
index 49f9dbd..535a575 100644
--- a/conf/machine/raspberrypi4.conf
+++ b/conf/machine/raspberrypi4.conf
@@ -17,5 +17,5 @@ SDIMG_KERNELIMAGE ?= "kernel7l.img"
17UBOOT_MACHINE = "rpi_4_32b_config" 17UBOOT_MACHINE = "rpi_4_32b_config"
18SERIAL_CONSOLES ?= "115200;ttyS0" 18SERIAL_CONSOLES ?= "115200;ttyS0"
19 19
20VC4DTBO ?= "vc4-fkms-v3d" 20VC4DTBO ?= "vc4-kms-v3d"
21ARMSTUB ?= "armstub7.bin" 21ARMSTUB ?= "armstub7.bin"