From: Hans de Goede <hansg@kernel.org>
To: Tarang Raval <tarang.raval@siliconsignals.io>,
Kate Hsuan <hpa@redhat.com>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Hans Verkuil <hverkuil+cisco@kernel.org>,
Sakari Ailus <sakari.ailus@linux.intel.com>,
Serin Yeh <serin.yeh@intel.com>,
Damjan Georgievski <gdamjan@gmail.com>,
Kieran Bingham <kieran.bingham@ideasonboard.com>
Cc: computman <anis@talbi.fr>,
"linux-media@vger.kernel.org" <linux-media@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"Daniel Scally" <dan.scally@ideasonboard.com>,
"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
"platform-driver-x86@vger.kernel.org"
<platform-driver-x86@vger.kernel.org>
Subject: Re: [PATCH v6 3/4] platform: int3472: discrete: con_id vana for Sony IMX471 as power enable
Date: Tue, 30 Jun 2026 15:33:19 +0200 [thread overview]
Message-ID: <49257d09-a2fd-4a9d-9479-4d2b5e0fb8a6@kernel.org> (raw)
In-Reply-To: <PN3P287MB18292C819793395D643D426A8BF72@PN3P287MB1829.INDP287.PROD.OUTLOOK.COM>
Hi All,
On 30-Jun-26 09:32, Tarang Raval wrote:
> Hi Kate,
>
>> Update the con_id for the Sony IMX471 sensor to "vana" to serve as the
>> power enable. Additionally, the HID values SONY471A and TBE20A0, both
>> associated with the IMX471 image sensor, have been identified on Lenovo
>> laptops.
>>
>> Signed-off-by: Kate Hsuan <hpa@redhat.com>
>
> Thanks, looks good.
>
> Reviewed-by: Tarang Raval <tarang.raval@siliconsignals.io>
Hmm, the imx471 driver is still pending upstream:
https://lore.kernel.org/linux-media/20260629074026.35490-5-hpa@redhat.com/
As part of this series.
Please just use the standardized "avdd" in that driver instead
of "vana" (which also seems to refer to the analog supply vdd,
which is what avdd stands for).
Then this whole patch is unnecessary and can be dropped from
this series.
Regards,
Hans
>> ---
>> drivers/platform/x86/intel/int3472/discrete.c | 18 ++++++++++++++++++
>> 1 file changed, 18 insertions(+)
>>
>> diff --git a/drivers/platform/x86/intel/int3472/discrete.c b/drivers/platform/x86/intel/int3472/discrete.c
>> index 115bb37577a1..adff564bf3fd 100644
>> --- a/drivers/platform/x86/intel/int3472/discrete.c
>> +++ b/drivers/platform/x86/intel/int3472/discrete.c
>> @@ -164,6 +164,24 @@ static const struct int3472_gpio_map int3472_gpio_map[] = {
>> .con_id = "dvdd",
>> .enable_time_us = 45 * USEC_PER_MSEC,
>> },
>> + { /* imx471 expects "vana" as con_id for power enable */
>> + .hid = "SONY471A",
>> + .type_from = INT3472_GPIO_TYPE_POWER_ENABLE,
>> + .type_to = INT3472_GPIO_TYPE_POWER_ENABLE,
>> + .con_id = "vana",
>> + .enable_time_us = GPIO_REGULATOR_ENABLE_TIME,
>> + },
>> + {
>> + /*
>> + * imx471 (on Lenovo ThinkPads X1 G14) expects "vana" as con_id
>> + * for power enable
>> + */
>> + .hid = "TBE20A0",
>> + .type_from = INT3472_GPIO_TYPE_POWER_ENABLE,
>> + .type_to = INT3472_GPIO_TYPE_POWER_ENABLE,
>> + .con_id = "vana",
>> + .enable_time_us = GPIO_REGULATOR_ENABLE_TIME,
>> + },
>> };
>>
>> static void int3472_get_con_id_and_polarity(struct int3472_discrete_device *int3472, u8 *type,
>> --
>> 2.54.0
next prev parent reply other threads:[~2026-06-30 13:33 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 7:40 [PATCH v6 0/4] Add Sony IMX471 camera sensor driver Kate Hsuan
2026-06-29 7:40 ` [PATCH v6 1/4] media: ipu-bridge: Add DMI information of Lenovo X9 to the image upside-down list Kate Hsuan
2026-06-29 7:40 ` [PATCH v6 2/4] media: ipu-bridge: Add Sony IMX471 for Lenovo X1 Carbon G14 Kate Hsuan
2026-06-29 7:40 ` [PATCH v6 3/4] platform: int3472: discrete: con_id vana for Sony IMX471 as power enable Kate Hsuan
2026-06-30 7:32 ` Tarang Raval
2026-06-30 13:33 ` Hans de Goede [this message]
2026-07-01 6:19 ` Tarang Raval
2026-07-01 11:01 ` Hans de Goede
2026-07-01 11:12 ` Sakari Ailus
2026-07-01 12:33 ` Tarang Raval
2026-07-02 18:05 ` Hans de Goede
2026-07-04 19:16 ` Sakari Ailus
2026-07-02 18:01 ` Hans de Goede
2026-06-29 7:40 ` [PATCH v6 4/4] media: i2c: imx471: Add Sony IMX471 image sensor driver Kate Hsuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49257d09-a2fd-4a9d-9479-4d2b5e0fb8a6@kernel.org \
--to=hansg@kernel.org \
--cc=anis@talbi.fr \
--cc=dan.scally@ideasonboard.com \
--cc=gdamjan@gmail.com \
--cc=hpa@redhat.com \
--cc=hverkuil+cisco@kernel.org \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=kieran.bingham@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
--cc=sakari.ailus@linux.intel.com \
--cc=serin.yeh@intel.com \
--cc=tarang.raval@siliconsignals.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox