diff options
author | Simon Horman <[email protected]> | 2018-05-09 14:45:58 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2018-06-28 07:10:55 -0400 |
commit | fd59ccb9b6cb5051b84ec7ac9df32631ec43da2a (patch) | |
tree | 9ffe7875a617f25f2d34cb76a986a6531bbb9119 | |
parent | 653d500ccaadd76ccade9f07469cdc66759315b6 (diff) |
media: rcar-vin: Drop unnecessary register properties from example vin port
The example vin port node does not have an address and thus does not
need address-cells or address size-properties.
Signed-off-by: Simon Horman <[email protected]>
Acked-by: Niklas Söderlund <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/media/rcar_vin.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/media/rcar_vin.txt b/Documentation/devicetree/bindings/media/rcar_vin.txt index a19517e1c669..2a0c59e97f40 100644 --- a/Documentation/devicetree/bindings/media/rcar_vin.txt +++ b/Documentation/devicetree/bindings/media/rcar_vin.txt @@ -107,9 +107,6 @@ Board setup example for Gen2 platforms (vin1 composite video input) status = "okay"; port { - #address-cells = <1>; - #size-cells = <0>; - vin1ep0: endpoint { remote-endpoint = <&adv7180>; bus-width = <8>; |