Message ID | 20221214121818.12928-2-quic_youghand@quicinc.com |
---|---|
State | Superseded |
Headers | show |
Series | dt: bindings: add dt entry for XO calibration support | expand |
On 14/12/2022 13:18, Youghandhar Chintala wrote: > Add dt binding to get XO calibration data support for Wi-Fi RF clock. > > Signed-off-by: Youghandhar Chintala <quic_youghand@quicinc.com> Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. You skipped all of them, so this has to be fixed. Best regards, Krzysztof
On 12/19/2022 4:19 PM, Krzysztof Kozlowski wrote: > On 14/12/2022 13:18, Youghandhar Chintala wrote: >> Add dt binding to get XO calibration data support for Wi-Fi RF clock. >> >> Signed-off-by: Youghandhar Chintala <quic_youghand@quicinc.com> > Please use scripts/get_maintainers.pl to get a list of necessary people > and lists to CC. It might happen, that command when run on an older > kernel, gives you outdated entries. Therefore please be sure you base > your patches on recent Linux kernel. > > You skipped all of them, so this has to be fixed. > > Best regards, > Krzysztof Thank you Krzysztof.
diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml b/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml index f7cf135aa37f..205ee949daba 100644 --- a/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml +++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml @@ -41,6 +41,10 @@ properties: * reg * reg-names + xo-cal-data: + description: + XO cal offset to be configured in XO trim register + qcom,ath11k-calibration-variant: $ref: /schemas/types.yaml#/definitions/string description:
Add dt binding to get XO calibration data support for Wi-Fi RF clock. Signed-off-by: Youghandhar Chintala <quic_youghand@quicinc.com> --- .../devicetree/bindings/net/wireless/qcom,ath11k.yaml | 4 ++++ 1 file changed, 4 insertions(+)