ARM: dts: msm: Add Sun V2 GPU support

Add GPU support for Sun V2 devices.

Change-Id: I8fab9d400ace2257e486fadc5e41836013e09c77
Signed-off-by: Carter Cooper <quic_ccooper@quicinc.com>
This commit is contained in:
Carter Cooper
2024-03-12 14:40:49 -06:00
committed by Kamal Agrawal
parent 1d617360ce
commit 5641f98ed8
4 changed files with 412 additions and 1 deletions

3
Kbuild
View File

@@ -4,7 +4,8 @@ dtbo-y += gpu/pineapple-gpu.dtbo \
endif
ifeq ($(CONFIG_ARCH_SUN), y)
dtbo-y += gpu/sun-gpu.dtbo
dtbo-y += gpu/sun-gpu.dtbo \
gpu/sun-v2-gpu.dtbo
endif
always-y := $(dtb-y) $(dtbo-y)