mirror of https://gitee.com/openkylin/linux.git
dt-bindings: clock: renesas: cpg-mssr: Document reset control support
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>
This commit is contained in:
parent
1ce87dd2f0
commit
98aabfff7d
|
@ -42,6 +42,10 @@ Required Properties:
|
||||||
Domain bindings in
|
Domain bindings in
|
||||||
Documentation/devicetree/bindings/power/power_domain.txt.
|
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
|
Examples
|
||||||
--------
|
--------
|
||||||
|
@ -55,6 +59,7 @@ Examples
|
||||||
clock-names = "extal", "extalr";
|
clock-names = "extal", "extalr";
|
||||||
#clock-cells = <2>;
|
#clock-cells = <2>;
|
||||||
#power-domain-cells = <0>;
|
#power-domain-cells = <0>;
|
||||||
|
#reset-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -69,5 +74,6 @@ Examples
|
||||||
dmas = <&dmac1 0x13>, <&dmac1 0x12>;
|
dmas = <&dmac1 0x13>, <&dmac1 0x12>;
|
||||||
dma-names = "tx", "rx";
|
dma-names = "tx", "rx";
|
||||||
power-domains = <&cpg>;
|
power-domains = <&cpg>;
|
||||||
|
resets = <&cpg 310>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue