[PATCH 1/2] dt: bindings: add dt entry for XO calibration support

Youghandhar Chintala posted 2 patches 2 years, 9 months ago
There is a newer version of this series
[PATCH 1/2] dt: bindings: add dt entry for XO calibration support
Posted by Youghandhar Chintala 2 years, 9 months ago
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(+)

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:
-- 
2.38.0
Re: [PATCH 1/2] dt: bindings: add dt entry for XO calibration support
Posted by Krzysztof Kozlowski 2 years, 9 months ago
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
Re: [PATCH 1/2] dt: bindings: add dt entry for XO calibration support
Posted by Youghandhar Chintala (Temp) 2 years, 9 months ago
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.