Commit 46b5dfab authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Stephen Boyd

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: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 3a23eb72
...@@ -13,6 +13,7 @@ Required Properties: ...@@ -13,6 +13,7 @@ Required Properties:
region. region.
- clocks: Reference to the parent clocks ("hosc", "losc") - clocks: Reference to the parent clocks ("hosc", "losc")
- #clock-cells: should be 1. - #clock-cells: should be 1.
- #reset-cells: should be 1.
Each clock is assigned an identifier, and client nodes can use this identifier Each clock is assigned an identifier, and client nodes can use this identifier
to specify the clock which they consume. to specify the clock which they consume.
...@@ -36,6 +37,7 @@ Example: Clock Management Unit node: ...@@ -36,6 +37,7 @@ Example: Clock Management Unit node:
reg = <0x0 0xe0160000 0x0 0x1000>; reg = <0x0 0xe0160000 0x0 0x1000>;
clocks = <&hosc>, <&losc>; clocks = <&hosc>, <&losc>;
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>;
}; };
Example: UART controller node that consumes clock generated by the clock Example: UART controller node that consumes clock generated by the clock
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment