[PATCH v4 1/2] dt-bindings: power: qcom,rpmpd: Add compatible for sdx75

Rohit Agarwal posted 2 patches 2 years, 6 months ago
[PATCH v4 1/2] dt-bindings: power: qcom,rpmpd: Add compatible for sdx75
Posted by Rohit Agarwal 2 years, 6 months ago
Add a compatible string for power domains in sdx75.

Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.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 f9c211a..9b03c41 100644
--- a/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml
+++ b/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml
@@ -41,6 +41,7 @@ properties:
       - qcom,sdm845-rpmhpd
       - qcom,sdx55-rpmhpd
       - qcom,sdx65-rpmhpd
+      - qcom,sdx75-rpmhpd
       - qcom,sm6115-rpmpd
       - qcom,sm6125-rpmpd
       - qcom,sm6350-rpmhpd
-- 
2.7.4
Re: [PATCH v4 1/2] dt-bindings: power: qcom,rpmpd: Add compatible for sdx75
Posted by Conor Dooley 2 years, 6 months ago
On Mon, Jul 31, 2023 at 05:00:06PM +0530, Rohit Agarwal wrote:
> Add a compatible string for power domains in sdx75.
> 
> Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.