From 9bc6041f58e175d5d75886f2f5585c31049e995a Mon Sep 17 00:00:00 2001
From: Phi-Bang Nguyen <pnguyen@baylibre.com>
Date: Fri, 30 Apr 2021 21:49:55 +0200
Subject: libcamera: pipeline: simple: Add support for Mediatek i300 platform

The Mediatek i300 platform uses the same SENINF driver as the i500
but it has a converter device with "lower version" named MDP, which
can be used to generate up to three streams.

Signed-off-by: Phi-Bang Nguyen <pnguyen@baylibre.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 src/libcamera/pipeline/simple/simple.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp
index b07038de..239f77ff 100644
--- a/src/libcamera/pipeline/simple/simple.cpp
+++ b/src/libcamera/pipeline/simple/simple.cpp
@@ -161,7 +161,7 @@ namespace {
 
 static const SimplePipelineInfo supportedDevices[] = {
 	{ "imx7-csi", { { "pxp", 1 } } },
-	{ "mtk-seninf", { { "mtk-mdp3", 3 } } },
+	{ "mtk-seninf", { { "mtk-mdp", 3 }, { "mtk-mdp3", 3 } } },
 	{ "qcom-camss", {} },
 	{ "sun6i-csi", {} },
 };
-- 
cgit v1.2.1