mbox series

[0/2] arm64: dts: qcom: x1e80100-yoga: add wifi calibration variant

Message ID ZpV6o8JUJWg9lZFE@windev.fritz.box (mailing list archive)
Headers show
Series arm64: dts: qcom: x1e80100-yoga: add wifi calibration variant | expand

Message

Patrick Wildt July 15, 2024, 7:38 p.m. UTC
This series adds the missing calibration variant devicetree property
which is needed to load the calibration data and use the ath12k wifi
on the Lenovo Yoga Slim 7x.

Patrick Wildt (2):
  dt-bindings: net: wireless: add ath12k pcie bindings
  arm64: dts: qcom: x1e80100-yoga: add wifi calibration variant

 .../net/wireless/qcom,ath12k-pci.yaml         | 59 +++++++++++++++++++
 .../dts/qcom/x1e80100-lenovo-yoga-slim7x.dts  |  9 +++
 arch/arm64/boot/dts/qcom/x1e80100.dtsi        | 10 ++++
 3 files changed, 78 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/wireless/qcom,ath12k-pci.yaml

Comments

Jeff Johnson July 18, 2024, 2:40 p.m. UTC | #1
On 7/15/2024 12:38 PM, Patrick Wildt wrote:
> This series adds the missing calibration variant devicetree property
> which is needed to load the calibration data and use the ath12k wifi
> on the Lenovo Yoga Slim 7x.
> 
> Patrick Wildt (2):
>   dt-bindings: net: wireless: add ath12k pcie bindings
>   arm64: dts: qcom: x1e80100-yoga: add wifi calibration variant
> 
>  .../net/wireless/qcom,ath12k-pci.yaml         | 59 +++++++++++++++++++
>  .../dts/qcom/x1e80100-lenovo-yoga-slim7x.dts  |  9 +++
>  arch/arm64/boot/dts/qcom/x1e80100.dtsi        | 10 ++++
>  3 files changed, 78 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/net/wireless/qcom,ath12k-pci.yaml
> 

+ath12k mailing list.

Qualcomm expects, on x86 and Qualcomm-based ARM devices, that this information
come from ACPI.

That support is currently under review:
https://lore.kernel.org/all/20240717111023.78798-1-quic_lingbok@quicinc.com/

/jeff
Rob Clark July 18, 2024, 3:47 p.m. UTC | #2
On Thu, Jul 18, 2024 at 7:40 AM Jeff Johnson <quic_jjohnson@quicinc.com> wrote:
>
> On 7/15/2024 12:38 PM, Patrick Wildt wrote:
> > This series adds the missing calibration variant devicetree property
> > which is needed to load the calibration data and use the ath12k wifi
> > on the Lenovo Yoga Slim 7x.
> >
> > Patrick Wildt (2):
> >   dt-bindings: net: wireless: add ath12k pcie bindings
> >   arm64: dts: qcom: x1e80100-yoga: add wifi calibration variant
> >
> >  .../net/wireless/qcom,ath12k-pci.yaml         | 59 +++++++++++++++++++
> >  .../dts/qcom/x1e80100-lenovo-yoga-slim7x.dts  |  9 +++
> >  arch/arm64/boot/dts/qcom/x1e80100.dtsi        | 10 ++++
> >  3 files changed, 78 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/net/wireless/qcom,ath12k-pci.yaml
> >
>
> +ath12k mailing list.
>
> Qualcomm expects, on x86 and Qualcomm-based ARM devices, that this information
> come from ACPI.

That is fine for acpi boot.  But it never prevented adding needed
information in dt.

BR,
-R

> That support is currently under review:
> https://lore.kernel.org/all/20240717111023.78798-1-quic_lingbok@quicinc.com/
>
> /jeff
>
Dmitry Baryshkov July 18, 2024, 8:57 p.m. UTC | #3
On Thu, Jul 18, 2024 at 07:40:13AM GMT, Jeff Johnson wrote:
> On 7/15/2024 12:38 PM, Patrick Wildt wrote:
> > This series adds the missing calibration variant devicetree property
> > which is needed to load the calibration data and use the ath12k wifi
> > on the Lenovo Yoga Slim 7x.
> > 
> > Patrick Wildt (2):
> >   dt-bindings: net: wireless: add ath12k pcie bindings
> >   arm64: dts: qcom: x1e80100-yoga: add wifi calibration variant
> > 
> >  .../net/wireless/qcom,ath12k-pci.yaml         | 59 +++++++++++++++++++
> >  .../dts/qcom/x1e80100-lenovo-yoga-slim7x.dts  |  9 +++
> >  arch/arm64/boot/dts/qcom/x1e80100.dtsi        | 10 ++++
> >  3 files changed, 78 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/net/wireless/qcom,ath12k-pci.yaml
> > 
> 
> +ath12k mailing list.
> 
> Qualcomm expects, on x86 and Qualcomm-based ARM devices, that this information
> come from ACPI.

Unfortunately we can not use ACPI on Qualcomm-based ARM devices. They
all are manually converted to DT. 

> 
> That support is currently under review:
> https://lore.kernel.org/all/20240717111023.78798-1-quic_lingbok@quicinc.com/
> 
> /jeff
Bjorn Andersson July 29, 2024, 3:58 a.m. UTC | #4
On Mon, 15 Jul 2024 21:38:11 +0200, Patrick Wildt wrote:
> This series adds the missing calibration variant devicetree property
> which is needed to load the calibration data and use the ath12k wifi
> on the Lenovo Yoga Slim 7x.
> 
> Patrick Wildt (2):
>   dt-bindings: net: wireless: add ath12k pcie bindings
>   arm64: dts: qcom: x1e80100-yoga: add wifi calibration variant
> 
> [...]

Applied, thanks!

[2/2] arm64: dts: qcom: x1e80100-yoga: add wifi calibration variant
      commit: 8bc7cb73df8644423758c79d4504d501c8ef3854

Best regards,