Skip to content

Commit 1accbec

Browse files
geertuLaurent Pinchart
authored andcommitted
dt-bindings: display: renesas: du: Document optional reset properties
Document the optional properties for describing module resets, to support resetting display channels on R-Car Gen2 and Gen3. Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Laurent Pinchart <[email protected]> Acked-by: Rob Herring <[email protected]> Reviewed-by: Kieran Bingham <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]>
1 parent c51d58d commit 1accbec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/devicetree/bindings/display/renesas,du.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ Required Properties:
5050
VSP instance that serves the DU channel, and the channel index identifies
5151
the LIF instance in that VSP.
5252

53+
Optional properties:
54+
- resets: A list of phandle + reset-specifier pairs, one for each entry in
55+
the reset-names property.
56+
- reset-names: Names of the resets. This property is model-dependent.
57+
- All but R8A7779 use one reset for a group of one or more successive
58+
channels. The resets must be named "du.x" with "x" being the numerical
59+
index of the lowest channel in the group.
60+
5361
Required nodes:
5462

5563
The connections to the DU output video ports are modeled using the OF graph
@@ -96,6 +104,8 @@ Example: R8A7795 (R-Car H3) ES2.0 DU
96104
<&cpg CPG_MOD 722>,
97105
<&cpg CPG_MOD 721>;
98106
clock-names = "du.0", "du.1", "du.2", "du.3";
107+
resets = <&cpg 724>, <&cpg 722>;
108+
reset-names = "du.0", "du.2";
99109
renesas,cmms = <&cmm0>, <&cmm1>, <&cmm2>, <&cmm3>;
100110
renesas,vsps = <&vspd0 0>, <&vspd1 0>, <&vspd2 0>, <&vspd0 1>;
101111

0 commit comments

Comments
 (0)