diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-08-29 00:49:22 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-29 00:49:21 -0700 |
| commit | cbbeefbea9603a080e192534867140e0c4883178 (patch) | |
| tree | 7340a54ba16693a182bffb71dce356b76fd39126 /Documentation/devicetree | |
| parent | 5eaa42dc629a21eae0b7496928a2eb4268d13006 (diff) | |
| parent | c6d8725f07e5beda309606ff0787acfeb635213e (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.txt | 5 |
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>; }; |
