diff options
author | Sibi Sankar <[email protected]> | 2021-04-29 16:21:02 +0530 |
---|---|---|
committer | Philipp Zabel <[email protected]> | 2021-07-21 12:16:16 +0200 |
commit | a30d49ff8a329ede9d5483ea7a27a84b91d5fc3c (patch) | |
tree | bc45151397b809529baa1552ec6c87cd919ec0a4 | |
parent | e73f0f0ee7541171d89f2e2491130c7771ba58d3 (diff) |
dt-bindings: reset: aoss: Add AOSS reset controller binding
Add AOSS reset controller bindings for SC7280 SoCs.
Acked-by: Rob Herring <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Signed-off-by: Sibi Sankar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Philipp Zabel <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/reset/qcom,aoss-reset.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/reset/qcom,aoss-reset.yaml b/Documentation/devicetree/bindings/reset/qcom,aoss-reset.yaml index e2d85a1e1d63..a054757f4d9f 100644 --- a/Documentation/devicetree/bindings/reset/qcom,aoss-reset.yaml +++ b/Documentation/devicetree/bindings/reset/qcom,aoss-reset.yaml @@ -21,6 +21,11 @@ properties: - const: "qcom,sc7180-aoss-cc" - const: "qcom,sdm845-aoss-cc" + - description: on SC7280 SoCs the following compatibles must be specified + items: + - const: "qcom,sc7280-aoss-cc" + - const: "qcom,sdm845-aoss-cc" + - description: on SDM845 SoCs the following compatibles must be specified items: - const: "qcom,sdm845-aoss-cc" |