[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20221013125142.3321405-4-bryan.odonoghue@linaro.org>
Date: Thu, 13 Oct 2022 13:51:42 +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 v5 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 9f854a1a4c2f..88e6fc78106b 100644
--- a/drivers/media/i2c/imx412.c
+++ b/drivers/media/i2c/imx412.c
@@ -1288,6 +1288,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