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