Skip to content

Commit dc4ec78

Browse files
lumagandersson
authored andcommitted
dt-bindings: soc: qcom,rpm: add missing clock-controller node
On Qualcomm platforms in addition to regulators the RPM also provides clocks via the child clock-controller node. Describe it properly in the schema. Fixes: 872f91b ("clk: qcom: Add support for RPM Clocks") Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent acda397 commit dc4ec78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/devicetree/bindings/soc/qcom/qcom,rpm.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ properties:
4646
description:
4747
Three entries specifying the outgoing ipc bit used for signaling the RPM.
4848

49+
clock-controller:
50+
type: object
51+
additionalProperties: true
52+
properties:
53+
compatible:
54+
contains:
55+
const: qcom,rpmcc
56+
4957
patternProperties:
5058
"^regulators(-[01])?$":
5159
type: object

0 commit comments

Comments
 (0)