summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-08-29 00:49:22 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-29 00:49:21 -0700
commitcbbeefbea9603a080e192534867140e0c4883178 (patch)
tree7340a54ba16693a182bffb71dce356b76fd39126 /Documentation/devicetree
parent5eaa42dc629a21eae0b7496928a2eb4268d13006 (diff)
parentc6d8725f07e5beda309606ff0787acfeb635213e (diff)
Merge "clk: qcom: Add support for clk_set_flags for branch and dummy clock"
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/arm/msm/clock-controller-dummy.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/msm/clock-controller-dummy.txt b/Documentation/devicetree/bindings/arm/msm/clock-controller-dummy.txt
index fff8c9e20a1b..c6db837fa137 100644
--- a/Documentation/devicetree/bindings/arm/msm/clock-controller-dummy.txt
+++ b/Documentation/devicetree/bindings/arm/msm/clock-controller-dummy.txt
@@ -9,9 +9,14 @@ Required properties:
- #clock_cells: Must be <1>. This will allow the common clock device
tree framework to recognize _this_ device node as a
clock provider.
+Optional properties:
+- #reset-cells: Must be <1>. This will allow the common reset device
+ tree framework to recognize _this_ device node as a
+ reset controller provider.
Example:
clock_rpm: qcom,rpmcc {
compatible = "qcom,dummycc";
#clock-cells = <1>;
+ #reset-cells = <1>;
};