mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-17 17:31:27 +00:00
29 lines
879 B
Diff
29 lines
879 B
Diff
From cc50636ecc279129070f56364bb10eb804253d2e Mon Sep 17 00:00:00 2001
|
|
From: Timple Raj M <quic_timple@quicinc.com>
|
|
Date: Wed, 10 May 2023 19:22:18 +0530
|
|
Subject: [PATCH 211/281] arm: dts: ipq5332: Add build support for the RDP441
|
|
and RDP468 variant
|
|
|
|
Change-Id: I5da58e8e4b584c38cfcdaf3f6317b412a71ab2c8
|
|
Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
|
|
---
|
|
arch/arm/boot/dts/Makefile | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
|
|
index 6d8674a07119..28694bb2c972 100644
|
|
--- a/arch/arm/boot/dts/Makefile
|
|
+++ b/arch/arm/boot/dts/Makefile
|
|
@@ -1060,6 +1060,8 @@ dtb-$(CONFIG_ARCH_QCOM) += \
|
|
ipq9574-rdp459.dtb \
|
|
ipq9574-rdp467.dtb \
|
|
ipq9574-rdp469.dtb \
|
|
+ ipq5332-rdp441.dtb \
|
|
+ ipq5332-rdp468.dtb \
|
|
qcom-msm8226-samsung-s3ve3g.dtb \
|
|
qcom-msm8660-surf.dtb \
|
|
qcom-msm8916-samsung-e5.dtb \
|
|
--
|
|
2.17.1
|
|
|