Skip to content

Commit 6249bda

Browse files
Laurent Pinchartmchehab
authored andcommitted
media: dt-bindings: media: renesas,fdp1: Add resets property
The resets property is used in DT sources in the kernel tree. Document it and make it mandatory. Signed-off-by: Laurent Pinchart <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent f4e9654 commit 6249bda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/media/renesas,fdp1.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ properties:
3232
power-domains:
3333
maxItems: 1
3434

35+
resets:
36+
maxItems: 1
37+
3538
renesas,fcp:
3639
$ref: /schemas/types.yaml#/definitions/phandle
3740
description:
@@ -44,6 +47,7 @@ required:
4447
- interrupts
4548
- clocks
4649
- power-domains
50+
- resets
4751

4852
additionalProperties: false
4953

@@ -59,6 +63,7 @@ examples:
5963
interrupts = <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>;
6064
clocks = <&cpg CPG_MOD 119>;
6165
power-domains = <&sysc R8A7795_PD_A3VP>;
66+
resets = <&cpg 119>;
6267
renesas,fcp = <&fcpf0>;
6368
};
6469
...

0 commit comments

Comments
 (0)