On Tue, 25 Feb 2025 10:05:32 +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 (ath10k). > > Deprecate qcom,ath10k-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> > > --- > > Why? Because people add qcom,ath12k-calibration-data and probably they > will add qcom,ath13k-calibration-data, qcom,ath14k-calibration-data and > so on. > --- > .../bindings/net/wireless/qcom,ath10k.yaml | 25 ++++++++++++++++++++-- > 1 file changed, 23 insertions(+), 2 deletions(-) > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>