Skip to content

Commit a730364

Browse files
Rongronggg9andersson
authored andcommitted
ARM: dts: qcom: msm8974-klte-common: Pin WiFi board type
klte* variants have little difference in the WiFi part. Without "brcm,board-type", variant-specific NVRAM file will be probed (e.g., klte probes samsung,klte). Pin it to "samsung,klte" to allow klte* to load the same NVRAM file as klte. Signed-off-by: Rong Zhang <i@rong.moe> Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org> Tested-by: Icenowy Zheng <uwu@icenowy.me> Link: https://lore.kernel.org/r/20240213110137.122737-3-i@rong.moe Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 16dcf57 commit a730364

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm/boot/dts/qcom/qcom-msm8974pro-samsung-klte-common.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,12 @@
661661
reg = <1>;
662662
compatible = "brcm,bcm4329-fmac";
663663

664+
/*
665+
* Allow all klte* variants to load the same NVRAM file,
666+
* as they have little difference in the WiFi part.
667+
*/
668+
brcm,board-type = "samsung,klte";
669+
664670
interrupt-parent = <&tlmm>;
665671
interrupts = <92 IRQ_TYPE_LEVEL_HIGH>;
666672
interrupt-names = "host-wake";

0 commit comments

Comments
 (0)