]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: i2c: imx355: Support devicetree and power management
authorRichard Acayan <mailingradian@gmail.com>
Tue, 17 Feb 2026 00:27:34 +0000 (19:27 -0500)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 11 Mar 2026 00:05:37 +0000 (01:05 +0100)
commitcd9f95628e375634a93fc0f4f980abc62f59cce1
tree8f1af4b9baa2b3b165018b73c49febaf0761306a
parentcdf81b4e47b1b37b55de6067d2feaeab972e746b
media: i2c: imx355: Support devicetree and power management

A device tree compatible makes it possible for this driver to be used on
Open Firmware devices. Initialization of power-managed resources such as
the reset GPIO and voltage regulators can be specified in the device
tree and handled by the driver. Add support for this so the Pixel 3a can
use the driver.

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Signed-off-by: Richard Acayan <mailingradian@gmail.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/imx355.c