video: devicetree: Enable dt for tuna target

-  Enable dt for tuna target

Change-Id: I10b150c277e849a83a6505186bbc9f1a468e047a
Signed-off-by: Rajathi S <quic_rajathis@quicinc.com>
This commit is contained in:
Rajathi S
2024-08-20 15:58:58 +05:30
committed by Rajathi Srinivasan
parent dc388a6fce
commit fb56c188a7

5
Kbuild
View File

@@ -15,7 +15,10 @@ endif
ifeq ($(CONFIG_ARCH_SUN), y)
dtbo-y += sun-vidc.dtbo
dtbo-y += sun-vidc-v2.dtbo
endif
ifeq ($(CONFIG_ARCH_TUNA), y)
dtbo-y += tuna-vidc.dtbo
endif
always-y := $(dtb-y) $(dtbo-y)