diff options
author | Laurent Pinchart <[email protected]> | 2020-05-15 03:08:55 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2020-07-19 14:20:51 +0200 |
commit | f4e9654a79ca015f041cb8b3848d6557309a9ba1 (patch) | |
tree | 74f4d28be6e080de1e7dee8819afc9fe0bbefc0e | |
parent | 5166e28ae4a6e84a2fcb6e89176d24ae00b09466 (diff) |
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 <[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]>
-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 |