From d30e27b42df21de57a042f33b5b202350ad42f96 Mon Sep 17 00:00:00 2001 From: Gokul Sriram Palanisamy Date: Fri, 24 Jul 2020 09:52:13 +0530 Subject: [PATCH] dts: Enable dts support for DB-HK02 Signed-off-by: Gokul Sriram Palanisamy Change-Id: Iea51ec57cb43fd4f19fbe370865779cfff6f6190 --- arch/arm/dts/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index d5f4568560..ae7417c071 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -36,7 +36,8 @@ dtb-$(CONFIG_ARCH_IPQ807x) += ipq807x-hk01.dtb \ ipq807x-hk01-c2.dtb \ ipq807x-hk01-c4.dtb \ ipq807x-hk01-c5.dtb \ - ipq807x-hk10-c2.dtb + ipq807x-hk10-c2.dtb \ + ipq807x-db-hk02.dtb dtb-$(CONFIG_ARCH_IPQ806x) += ipq806x-ap148.dtb \ ipq806x-ap160.dtb \