diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2020-05-15 04:08:55 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-07-19 15:20:51 +0300 |
commit | f4e9654a79ca015f041cb8b3848d6557309a9ba1 (patch) | |
tree | 74f4d28be6e080de1e7dee8819afc9fe0bbefc0e /Documentation/devicetree/bindings/media/renesas,fdp1.yaml | |
parent | 5166e28ae4a6e84a2fcb6e89176d24ae00b09466 (diff) | |
download | linux-f4e9654a79ca015f041cb8b3848d6557309a9ba1.tar.xz |
media: dt-bindings: media: renesas,fdp1: Make power-domains mandatory
All DT source files in the kernel tree specify the power-domains
property. 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.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/renesas,fdp1.yaml b/Documentation/devicetree/bindings/media/renesas,fdp1.yaml index f4db96a1f53c..39184bd21a27 100644 --- a/Documentation/devicetree/bindings/media/renesas,fdp1.yaml +++ b/Documentation/devicetree/bindings/media/renesas,fdp1.yaml @@ -43,6 +43,7 @@ required: - reg - interrupts - clocks + - power-domains additionalProperties: false |