2019-11-13 23:25:09

by Bjorn Andersson

[permalink] [raw]
Subject: [PATCH] arm64: dts: qcom: db845c: Enable ath10k 8bit host-cap quirk

The WiFi firmware used on db845c implements the 8bit host-capability
message, so enable the quirk for this.

Signed-off-by: Bjorn Andersson <[email protected]>
---
arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
index 12f5f14ada5c..7ec7b90ab83e 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
@@ -625,6 +625,8 @@
vdd-1.8-xo-supply = <&vreg_l7a_1p8>;
vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;
+
+ qcom,snoc-host-cap-8bit-quirk;
};

/* PINCTRL - additions to nodes defined in sdm845.dtsi */
--
2.23.0


2019-12-21 21:01:20

by Jeffrey Hugo

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: db845c: Enable ath10k 8bit host-cap quirk

On Wed, Nov 13, 2019 at 4:23 PM Bjorn Andersson
<[email protected]> wrote:
>
> The WiFi firmware used on db845c implements the 8bit host-capability
> message, so enable the quirk for this.
>
> Signed-off-by: Bjorn Andersson <[email protected]>

Reviewed-by: Jeffrey Hugo <[email protected]>

> ---
> arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
> index 12f5f14ada5c..7ec7b90ab83e 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
> +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts
> @@ -625,6 +625,8 @@
> vdd-1.8-xo-supply = <&vreg_l7a_1p8>;
> vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
> vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;
> +
> + qcom,snoc-host-cap-8bit-quirk;
> };
>
> /* PINCTRL - additions to nodes defined in sdm845.dtsi */
> --
> 2.23.0
>