Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 7866d6903ce8 ("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>

authored by

Maxime Ripard and committed by
Rob Herring
303d37b4 867c1859

+10
+10
Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml
··· 51 51 resets: 52 52 maxItems: 1 53 53 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 + 54 64 # See ./video-interfaces.txt for details 55 65 port: 56 66 type: object