aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/media/renesas,fdp1.yaml
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2020-05-15 03:08:55 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-07-19 14:21:07 +0200
commit6249bda68f88faf63411d9aaafca6f90d546b622 (patch)
tree1eda5447a30740cb39d19e61c08d186a20eb316e /Documentation/devicetree/bindings/media/renesas,fdp1.yaml
parentmedia: dt-bindings: media: renesas,fdp1: Make power-domains mandatory (diff)
downloadlinux-dev-6249bda68f88faf63411d9aaafca6f90d546b622.tar.xz
linux-dev-6249bda68f88faf63411d9aaafca6f90d546b622.zip
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 <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/media/renesas,fdp1.yaml')
-rw-r--r--Documentation/devicetree/bindings/media/renesas,fdp1.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/renesas,fdp1.yaml b/Documentation/devicetree/bindings/media/renesas,fdp1.yaml
index 39184bd21a27..2a27a7296fea 100644
--- a/Documentation/devicetree/bindings/media/renesas,fdp1.yaml
+++ b/Documentation/devicetree/bindings/media/renesas,fdp1.yaml
@@ -32,6 +32,9 @@ properties:
power-domains:
maxItems: 1
+ resets:
+ maxItems: 1
+
renesas,fcp:
$ref: /schemas/types.yaml#/definitions/phandle
description:
@@ -44,6 +47,7 @@ required:
- interrupts
- clocks
- power-domains
+ - resets
additionalProperties: false
@@ -59,6 +63,7 @@ examples:
interrupts = <GIC_SPI 262 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 119>;
power-domains = <&sysc R8A7795_PD_A3VP>;
+ resets = <&cpg 119>;
renesas,fcp = <&fcpf0>;
};
...