[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20221014180417.3683285-4-bryan.odonoghue@linaro.org>
Date: Fri, 14 Oct 2022 19:04:17 +0100
From: Bryan O'Donoghue <bryan.odonoghue@...aro.org>
To: sakari.ailus@....fi, dave.stevenson@...pberrypi.com,
jacopo@...ndi.org, paul.j.murphy@...el.com,
daniele.alessandrelli@...el.com, mchehab@...nel.org,
linux-media@...r.kernel.org
Cc: bryan.odonoghue@...aro.org, Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v6 3/3] media: i2c: imx412: Add new compatible strings
The Sony imx577 uses the same silicon enabling reference code in the
available examples provided as the imx412.
Add in compatible strings to enable and differentiate the parts.
Cc: sakari.ailus@....fi
Cc: dave.stevenson@...pberrypi.com
Cc: jacopo@...ndi.org
Cc: "Paul J. Murphy" <paul.j.murphy@...el.com>
Cc: Daniele Alessandrelli <daniele.alessandrelli@...el.com>
Cc: Mauro Carvalho Chehab <mchehab@...nel.org>
Cc: Rob Herring <robh+dt@...nel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
Cc: linux-media@...r.kernel.org
Cc: devicetree@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@...aro.org>
---
drivers/media/i2c/imx412.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/i2c/imx412.c b/drivers/media/i2c/imx412.c
index 353304312e1c..e1e986dc8856 100644
--- a/drivers/media/i2c/imx412.c
+++ b/drivers/media/i2c/imx412.c
@@ -1286,6 +1286,7 @@ static const struct dev_pm_ops imx412_pm_ops = {
static const struct of_device_id imx412_of_match[] = {
{ .compatible = "sony,imx412", .data = "imx412" },
+ { .compatible = "sony,imx577", .data = "imx577" },
{ }
};
--
2.34.1
Powered by blists - more mailing lists