[PATCH 6/9] dt-bindings: clock: qcom,rpmh: Add CXO PAD clock IDs

Abel Vesa posted 9 patches 3 years, 4 months ago
There is a newer version of this series
[PATCH 6/9] dt-bindings: clock: qcom,rpmh: Add CXO PAD clock IDs
Posted by Abel Vesa 3 years, 4 months ago
The SM8550 has a new fixed divider as child clock of CXO
called CXO_PAD, so add IDs for it.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
 include/dt-bindings/clock/qcom,rpmh.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/dt-bindings/clock/qcom,rpmh.h b/include/dt-bindings/clock/qcom,rpmh.h
index 0a7d1be0d124..f3e0288420ce 100644
--- a/include/dt-bindings/clock/qcom,rpmh.h
+++ b/include/dt-bindings/clock/qcom,rpmh.h
@@ -33,5 +33,7 @@
 #define RPMH_HWKM_CLK				24
 #define RPMH_QLINK_CLK				25
 #define RPMH_QLINK_CLK_A			26
+#define RPMH_CXO_PAD_CLK			27
+#define RPMH_CXO_PAD_CLK_A			28
 
 #endif
-- 
2.34.1
Re: [PATCH 6/9] dt-bindings: clock: qcom,rpmh: Add CXO PAD clock IDs
Posted by Krzysztof Kozlowski 3 years, 4 months ago
On 16/11/2022 11:47, Abel Vesa wrote:
> The SM8550 has a new fixed divider as child clock of CXO
> called CXO_PAD, so add IDs for it.
> 
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof