media: sun6i: Support A83T variant
authorChen-Yu Tsai <wens@csie.org>
Mon, 20 May 2019 15:06:36 +0000 (11:06 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 29 May 2019 15:27:55 +0000 (11:27 -0400)
The A83T SoC has a camera sensor interface (known as CSI in Allwinner
lingo), which is similar to the one found on the A64 and H3. The only
difference seems to be that support of MIPI CSI through a connected
MIPI CSI-2 bridge.

Add support for this variant.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/sunxi/sun6i-csi/sun6i_csi.c

index 4c79eb6..6e0e894 100644 (file)
@@ -924,6 +924,7 @@ static int sun6i_csi_remove(struct platform_device *pdev)
 
 static const struct of_device_id sun6i_csi_of_match[] = {
        { .compatible = "allwinner,sun6i-a31-csi", },
+       { .compatible = "allwinner,sun8i-a83t-csi", },
        { .compatible = "allwinner,sun8i-h3-csi", },
        { .compatible = "allwinner,sun8i-v3s-csi", },
        { .compatible = "allwinner,sun50i-a64-csi", },