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 | 359 +++++++++++++++++++++ arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts | 2 - 3 files changed, 359 insertions(+), 217 deletions(-) --- base-commit: 8417c8f5007bf4567ccffda850a3157c7d905f67 change-id: 20230406-topic-ath10k_bindings-9af5fa834235 Best regards, -- Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>