]> Git Repo - buildroot-mgba.git/commitdiff
configs/raspberrypi3_64: install Compute Module 3 device-tree blob
authorGaël PORTAY <[email protected]>
Tue, 16 Jul 2024 05:43:54 +0000 (07:43 +0200)
committerThomas Petazzoni <[email protected]>
Wed, 17 Jul 2024 21:12:31 +0000 (23:12 +0200)
This installs the device-tree blob for the Compute Module 3.

Note: The 32-bit raspberrypi3_defconfig installs this Device Tree
since a726c7dff8
(configs/raspberrypi3_defconfig: add raspberry pi 3 compute module
support).

Signed-off-by: Gaël PORTAY <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
configs/raspberrypi3_64_defconfig

index ec309b2badc4be2be1a9e799cb50937ef65c0092..d6cae400ae771b6d2eea926e5ecf2fb791a6636d 100644 (file)
@@ -20,7 +20,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi3"
 
 # Build the DTB from the kernel sources
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2710-rpi-3-b broadcom/bcm2710-rpi-3-b-plus broadcom/bcm2837-rpi-3-b"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="broadcom/bcm2710-rpi-3-b broadcom/bcm2710-rpi-3-b-plus broadcom/bcm2710-rpi-cm3 broadcom/bcm2837-rpi-3-b"
 
 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
This page took 0.031898 seconds and 4 git commands to generate.