[PATCH v3 0/2] ATH10K YAML conversion

From: Konrad Dybcio
Date: Thu Apr 06 2023 - 08:55:57 EST


v2 -> v3:
- Ran dt_binding_check explicitly to uncover an issue with the
example - I had 2 levels of wifi-firmware{}.. Fixed that..

I hope you folks don't mind me resending so quickly, but it was a
trivial issue. Patch 2 unchanged.

v2: https://lore.kernel.org/r/20230406-topic-ath10k_bindings-v2-0-557f884a65d1@xxxxxxxxxx

v1 -> v2:

Dropped:
- '|' in /description
- /properties/resets/minItems
- Unnecessary level of 'items:' in /properties/ext-fem-name
- reserved-memory in examples
- status in examples
- labels in examples

Added:
- /properties/wifi-firmware/additionalProperties: false
- /properties/wifi-firmware/properties/iommus
- /properties/qcom,coexist-support/enum (and reworded the description)
- wifi-firmware and supplies in the SNoC example

Patch 2 is unchanged, picked up rb.

v1: https://lore.kernel.org/r/20230406-topic-ath10k_bindings-v1-0-1ef181c50236@xxxxxxxxxx

This is my attempt at (finally) moving ATH10K to YAML.
One inexistent dt property came out as part of that.

Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
---
Konrad Dybcio (2):
dt-bindings: net: Convert ATH10K to YAML
arm64: dts: qcom: sdm845-polaris: Drop inexistent properties

.../bindings/net/wireless/qcom,ath10k.txt | 215 -------------
.../bindings/net/wireless/qcom,ath10k.yaml | 357 +++++++++++++++++++++
arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts | 2 -
3 files changed, 357 insertions(+), 217 deletions(-)
---
base-commit: 8417c8f5007bf4567ccffda850a3157c7d905f67
change-id: 20230406-topic-ath10k_bindings-9af5fa834235

Best regards,
--
Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>