diff options
author | Dmitry Baryshkov <[email protected]> | 2024-03-06 10:16:47 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-04-22 08:11:58 -0500 |
commit | 57ce4b27a12c827a24aaa18aa444bcb8733cb053 (patch) | |
tree | 2690628ec48c0f827626140d57d55b9935fb1fc3 | |
parent | 52358c64937e982d3cdcf64be58f08f30d8e518c (diff) |
arm64: dts: qcom: qrb2210-rb1: add firmware-name qualifier to WiFi node
Add firmware-name property to the WiFi device tree node to specify
board-specific lookup directory.
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/qrb2210-rb1.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts b/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts index fca341300521..bb5191422660 100644 --- a/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts +++ b/arch/arm64/boot/dts/qcom/qrb2210-rb1.dts @@ -602,6 +602,7 @@ vdd-1.3-rfa-supply = <&pm4125_l10>; vdd-3.3-ch0-supply = <&pm4125_l22>; qcom,ath10k-calibration-variant = "Thundercomm_RB1"; + firmware-name = "qcm2290"; status = "okay"; }; |