On Tue, 25 Feb 2025 10:05:33 +0100, Krzysztof Kozlowski wrote: > Devicetree properties describing exactly the same thing should be > reusable between device bindings. All Qualcomm Atheros WiFi chips needs > certain calibration data, so properties should not be prefixed with > device family (ath11k). > > Deprecate qcom,ath11k-calibration-variant and alike, so we gradually > switch to a common property. This will also allow moving these > properties to common schema, if desired. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > --- > .../devicetree/bindings/net/wireless/qcom,ath11k-pci.yaml | 9 ++++++++- > Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml | 7 +++++++ > 2 files changed, 15 insertions(+), 1 deletion(-) > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>