Skip to content

Commit

Permalink
machine (raspberrypi3-mesa): Add RPI_KERNEL_DEVICETREE for device tre…
Browse files Browse the repository at this point in the history
…e support

- Added `RPI_KERNEL_DEVICETREE` to include a list of Raspberry Pi device tree binaries:
  - Covers models: Zero W, 2-B, 3-B, 3-B+, 4-B, and CM3.

Change-type: patch
  • Loading branch information
psaavedra committed Jan 22, 2025
1 parent 987df6a commit cacd657
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions conf/machine/raspberrypi3-mesa.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ require conf/machine/raspberrypi3.conf

PREFERRED_VERSION_linux-raspberrypi = "6.1.%"

RPI_KERNEL_DEVICETREE = " \
bcm2708-rpi-zero-w.dtb \
bcm2708-rpi-b.dtb \
bcm2708-rpi-b-plus.dtb \
bcm2709-rpi-2-b.dtb \
bcm2710-rpi-3-b.dtb \
bcm2710-rpi-3-b-plus.dtb \
bcm2711-rpi-4-b.dtb \
bcm2708-rpi-cm.dtb \
bcm2710-rpi-cm3.dtb \
"

MACHINEOVERRIDES =. "use-mainline-bsp:raspberrypi3:"

MACHINE_FEATURES += "vc4graphics"
Expand Down

0 comments on commit cacd657

Please sign in to comment.