From: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Document the "renesas,modemr" property, which allows the Clock Pulse Generator driver to obtain the values of the mode pin using syscon and regmap. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Signed-off-by: Dirk Behme <dirk.behme@xxxxxxxxxxxx> --- Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt b/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt index 394d725..31182f0 100644 --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.txt @@ -39,6 +39,8 @@ Required Properties: Domain bindings in Documentation/devicetree/bindings/power/power_domain.txt. + - renesas,modemr: Reference to the RST module node, and register offset of + the Mode Monitor Register (MODEMR) inside the RST module Examples -------- @@ -52,6 +54,7 @@ Examples clock-names = "extal", "extalr"; #clock-cells = <2>; #power-domain-cells = <0>; + renesas,modemr = <&rst 0x60>; }; -- 2.8.0