diff options
| author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2018-08-10 05:51:06 -0400 |
|---|---|---|
| committer | Stephen Boyd <sboyd@kernel.org> | 2018-10-16 17:40:58 -0400 |
| commit | 46b5dfab75eea06b84480d0b6fcecbfc7120801f (patch) | |
| tree | 89e7b087d1f8d91900f39fa4f75b1957e50d3a57 | |
| parent | 3a23eb725b5c37dae17d1b7e2a2f9dc276ec767c (diff) | |
dt-bindings: clock: Add reset controller bindings for Actions Semi Owl SoCs
Add Reset Controller bindings to clock bindings for Actions Semi Owl
SoCs, S700 and S900.
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/clock/actions,owl-cmu.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/actions,owl-cmu.txt b/Documentation/devicetree/bindings/clock/actions,owl-cmu.txt index d1e60d297387..2ef86ae96df8 100644 --- a/Documentation/devicetree/bindings/clock/actions,owl-cmu.txt +++ b/Documentation/devicetree/bindings/clock/actions,owl-cmu.txt | |||
| @@ -13,6 +13,7 @@ Required Properties: | |||
| 13 | region. | 13 | region. |
| 14 | - clocks: Reference to the parent clocks ("hosc", "losc") | 14 | - clocks: Reference to the parent clocks ("hosc", "losc") |
| 15 | - #clock-cells: should be 1. | 15 | - #clock-cells: should be 1. |
| 16 | - #reset-cells: should be 1. | ||
| 16 | 17 | ||
| 17 | Each clock is assigned an identifier, and client nodes can use this identifier | 18 | Each clock is assigned an identifier, and client nodes can use this identifier |
| 18 | to specify the clock which they consume. | 19 | to specify the clock which they consume. |
| @@ -36,6 +37,7 @@ Example: Clock Management Unit node: | |||
| 36 | reg = <0x0 0xe0160000 0x0 0x1000>; | 37 | reg = <0x0 0xe0160000 0x0 0x1000>; |
| 37 | clocks = <&hosc>, <&losc>; | 38 | clocks = <&hosc>, <&losc>; |
| 38 | #clock-cells = <1>; | 39 | #clock-cells = <1>; |
| 40 | #reset-cells = <1>; | ||
| 39 | }; | 41 | }; |
| 40 | 42 | ||
| 41 | Example: UART controller node that consumes clock generated by the clock | 43 | Example: UART controller node that consumes clock generated by the clock |
