mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-27 20:42:27 -04:00
The D-Step has some minor variations in the hardware, so needs matching changes to DT. Add a new DTS file that modifies the existing (C-step) devicetree. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com> Link: https://lore.kernel.org/r/20241025-drm-vc4-2712-support-v2-36-35efa83c8fc0@raspberrypi.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
20 lines
513 B
Makefile
20 lines
513 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Enables support for device-tree overlays
|
|
DTC_FLAGS := -@
|
|
|
|
dtb-$(CONFIG_ARCH_BCM2835) += bcm2711-rpi-400.dtb \
|
|
bcm2711-rpi-4-b.dtb \
|
|
bcm2711-rpi-cm4-io.dtb \
|
|
bcm2712-rpi-5-b.dtb \
|
|
bcm2712-d-rpi-5-b.dtb \
|
|
bcm2837-rpi-3-a-plus.dtb \
|
|
bcm2837-rpi-3-b.dtb \
|
|
bcm2837-rpi-3-b-plus.dtb \
|
|
bcm2837-rpi-cm3-io3.dtb \
|
|
bcm2837-rpi-zero-2-w.dtb
|
|
|
|
subdir-y += bcmbca
|
|
subdir-y += northstar2
|
|
subdir-y += stingray
|