Message ID | 20240723-miix630-support-v2-5-7d98f6047a17@linaro.org |
---|---|
State | Accepted |
Commit | 1a24c290a593f65954df3c7d9ea1d5410f2f1544 |
Headers | show |
Series | arm64: dts: qcom: improve Lenovo Miix 630 support | expand |
On 7/23/2024 5:28 AM, Dmitry Baryshkov wrote: > As most other board Miix uses board-id = 0xff, so define calibration > variant to distinguish it from other devices with the same chip_id. > > qmi chip_id 0x30214 chip_family 0x4001 board_id 0xff soc_id 0x40010002 > > Cc: Kalle Valo <kvalo@kernel.org> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
diff --git a/arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts b/arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts index fad5f390171a..901f6ac0084d 100644 --- a/arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts +++ b/arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts @@ -99,3 +99,7 @@ i2c5_hid_active: i2c5-hid-active-state { drive-strength = <2>; }; }; + +&wifi { + qcom,ath10k-calibration-variant = "Lenovo_Miix630"; +};
As most other board Miix uses board-id = 0xff, so define calibration variant to distinguish it from other devices with the same chip_id. qmi chip_id 0x30214 chip_family 0x4001 board_id 0xff soc_id 0x40010002 Cc: Kalle Valo <kvalo@kernel.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- arch/arm64/boot/dts/qcom/msm8998-lenovo-miix-630.dts | 4 ++++ 1 file changed, 4 insertions(+)