[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240121154010.168440-3-i@rong.moe>
Date: Sun, 21 Jan 2024 23:39:57 +0800
From: Rong Zhang <i@...g.moe>
To: Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>
Cc: Rong Zhang <i@...g.moe>,
linux-arm-msm@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Icenowy Zheng <uwu@...nowy.me>
Subject: [PATCH 2/4] ARM: dts: qcom: msm8974-samsung-klte: Pin brcm,board-type in wifi
klte variants, namely, klte*, have little difference in the WiFi part.
Pin brcm,board-type to "samsung,klte" to allow klte* load the same
firmware.
Signed-off-by: Rong Zhang <i@...g.moe>
---
arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts b/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts
index 013946ccda0f..9025345a1ab9 100644
--- a/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts
+++ b/arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte.dts
@@ -665,6 +665,12 @@ wifi@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
+ /*
+ * This aims to allow other klte* variants to load the same firmware,
+ * as klte variants have little differences in the wifi part.
+ */
+ brcm,board-type = "samsung,klte";
+
interrupt-parent = <&tlmm>;
interrupts = <92 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "host-wake";
--
2.43.0
Powered by blists - more mailing lists