[PATCH v2 1/4] dt-bindings: clock: qcom: Document the Milos RPMH Clock Controller

Luca Weiss posted 4 patches 3 months ago
[PATCH v2 1/4] dt-bindings: clock: qcom: Document the Milos RPMH Clock Controller
Posted by Luca Weiss 3 months ago
Add bindings documentation for the Milos (e.g. SM7635) RPMH Clock
Controller.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
 Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml
index dcb872b9cf3e01f87d4fc546311eb758ee63af9a..a4414ba0b287b23e69a913d10befa5d7368ff08b 100644
--- a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml
@@ -17,6 +17,7 @@ description: |
 properties:
   compatible:
     enum:
+      - qcom,milos-rpmh-clk
       - qcom,qcs615-rpmh-clk
       - qcom,qdu1000-rpmh-clk
       - qcom,sa8775p-rpmh-clk

-- 
2.50.0
Re: [PATCH v2 1/4] dt-bindings: clock: qcom: Document the Milos RPMH Clock Controller
Posted by Krzysztof Kozlowski 3 months ago
On Mon, Jul 07, 2025 at 11:56:37AM +0200, Luca Weiss wrote:
> Add bindings documentation for the Milos (e.g. SM7635) RPMH Clock
> Controller.
> 
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---
>  Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml | 1 +
>  1 file changed, 1 insertion(+)

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

Best regards,
Krzysztof