Skip to content

Commit

Permalink
dt-bindings: clock: renesas: cpg-mssr: Document reset control support
Browse files Browse the repository at this point in the history
Document properties needed to use the Reset Control feature of the
Renesas Clock Pulse Generator / Module Standby and Software Reset
module.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
  • Loading branch information
Geert Uytterhoeven committed Jan 27, 2017
1 parent 1ce87dd commit 98aabff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ Required Properties:
Domain bindings in
Documentation/devicetree/bindings/power/power_domain.txt.

- #reset-cells: Must be 1
- The single reset specifier cell must be the module number, as defined
in the datasheet.


Examples
--------
Expand All @@ -55,6 +59,7 @@ Examples
clock-names = "extal", "extalr";
#clock-cells = <2>;
#power-domain-cells = <0>;
#reset-cells = <1>;
};


Expand All @@ -69,5 +74,6 @@ Examples
dmas = <&dmac1 0x13>, <&dmac1 0x12>;
dma-names = "tx", "rx";
power-domains = <&cpg>;
resets = <&cpg 310>;
status = "disabled";
};

0 comments on commit 98aabff

Please sign in to comment.