diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-14 09:59:31 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-11-23 05:16:28 -0500 |
commit | b7eadaa3a02a38cfbfcc8603366d426043f159d5 (patch) | |
tree | 3157ccd78afc66c12174777c229e1bc399c67b19 /Documentation/devicetree/bindings/media | |
parent | 71bfeb42796e7c7b26d4f4bbcd88b57a35e3a9a9 (diff) | |
download | linux-stable-b7eadaa3a02a38cfbfcc8603366d426043f159d5.tar.gz linux-stable-b7eadaa3a02a38cfbfcc8603366d426043f159d5.tar.bz2 linux-stable-b7eadaa3a02a38cfbfcc8603366d426043f159d5.zip |
media: dt-bindings: media: sun6i: Add A31 and H3 compatibles
The H3 has a slightly different CSI controller (no BT656, no CCI) which
looks a lot like the original A31 controller. Add a compatible for the A31,
and more specific compatible the for the H3 to be used in combination for
the A31.
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/media')
-rw-r--r-- | Documentation/devicetree/bindings/media/sun6i-csi.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/media/sun6i-csi.txt b/Documentation/devicetree/bindings/media/sun6i-csi.txt index 443e18c181b3..d4ab34f2240c 100644 --- a/Documentation/devicetree/bindings/media/sun6i-csi.txt +++ b/Documentation/devicetree/bindings/media/sun6i-csi.txt @@ -4,7 +4,10 @@ Allwinner V3s Camera Sensor Interface Allwinner V3s SoC features a CSI module(CSI1) with parallel interface. Required properties: - - compatible: value must be "allwinner,sun8i-v3s-csi" + - compatible: value must be one of: + * "allwinner,sun6i-a31-csi" + * "allwinner,sun8i-h3-csi", "allwinner,sun6i-a31-csi" + * "allwinner,sun8i-v3s-csi" - reg: base address and size of the memory-mapped region. - interrupts: interrupt associated to this IP - clocks: phandles to the clocks feeding the CSI |