Skip to content

Commit 303d37b

Browse files
mripardrobherring
authored andcommitted
dt-bindings: media: csi: Add interconnects properties
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 <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 867c185 commit 303d37b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ properties:
5151
resets:
5252
maxItems: 1
5353

54+
# FIXME: This should be made required eventually once every SoC will
55+
# have the MBUS declared.
56+
interconnects:
57+
maxItems: 1
58+
59+
# FIXME: This should be made required eventually once every SoC will
60+
# have the MBUS declared.
61+
interconnect-names:
62+
const: dma-mem
63+
5464
# See ./video-interfaces.txt for details
5565
port:
5666
type: object

0 commit comments

Comments
 (0)