[PATCH v2 1/2] dt-bindings: power: qcom,rpmpd: document the Milos RPMh Power Domains

Luca Weiss posted 2 patches 3 months ago
[PATCH v2 1/2] dt-bindings: power: qcom,rpmpd: document the Milos RPMh Power Domains
Posted by Luca Weiss 3 months ago
Document the RPMh Power Domains on the Milos (e.g. SM7635) Platform.

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

diff --git a/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml b/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml
index 1bf65f2a583ab70ac313309f917aaabb75dc3f85..7d4394a3ccbc79b1ee998a29187f30d2d3c4da51 100644
--- a/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml
+++ b/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml
@@ -18,6 +18,7 @@ properties:
     oneOf:
       - enum:
           - qcom,mdm9607-rpmpd
+          - qcom,milos-rpmhpd
           - qcom,msm8226-rpmpd
           - qcom,msm8909-rpmpd
           - qcom,msm8916-rpmpd

-- 
2.50.0
Re: [PATCH v2 1/2] dt-bindings: power: qcom,rpmpd: document the Milos RPMh Power Domains
Posted by Krzysztof Kozlowski 3 months ago
On Mon, Jul 07, 2025 at 12:18:10PM +0200, Luca Weiss wrote:
> Document the RPMh Power Domains on the Milos (e.g. SM7635) Platform.

s/Platform/SoC/

otherwise it is ambiguous - platform as a board, platform
as a family or platform as a SoC sub arch (which usually we call
platform in kernel docs, see maintainers soc profile).

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

Best regards,
Krzysztof