Skip to content

Commit

Permalink
dt-bindings: media: csi: Add interconnects properties
Browse files Browse the repository at this point in the history
The Allwinner CSI controller is sitting beside the MBUS that is represented
as an interconnect.

Make sure that the interconnect properties are valid in the binding.

Fixes: 7866d69 ("media: dt-bindings: media: sun4i-csi: Add compatible for CSI0 on R40")
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
Maxime Ripard authored and Rob Herring committed Feb 20, 2020
1 parent 867c185 commit 303d37b
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ properties:
resets:
maxItems: 1

# FIXME: This should be made required eventually once every SoC will
# have the MBUS declared.
interconnects:
maxItems: 1

# FIXME: This should be made required eventually once every SoC will
# have the MBUS declared.
interconnect-names:
const: dma-mem

# See ./video-interfaces.txt for details
port:
type: object
Expand Down

0 comments on commit 303d37b

Please sign in to comment.