All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add front-facing camera support for Nothing Phone (1)
@ 2026-08-05 19:54 Danila Tikhonov
  2026-08-05 19:54 ` [PATCH 1/4] dt-bindings: media: i2c: Add Sony IMX471 CMOS Image Sensor Danila Tikhonov
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Danila Tikhonov @ 2026-08-05 19:54 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Kate Hsuan, Sakari Ailus, Bjorn Andersson,
	Konrad Dybcio, Eugene Lepshy, Vasiliy Doylov, Achill Gilgenast,
	Luca Weiss
  Cc: linux-media, devicetree, linux-kernel, linux-arm-msm,
	~postmarketos/upstreaming, Danila Tikhonov

This series adds support for the Sony IMX471 front-facing camera sensor
on the Nothing Phone (1).

The Sony IMX471 driver currently supports the sensor only on ACPI-based
platforms. To support the sensor on the Nothing Phone (1), this series
adds handling for the required vdig and vif supplies, extends the driver
for use on Devicetree-based systems, and enables the sensor as the
device's front-facing camera.

- Patch 1 adds the Sony IMX471 CMOS image sensor dt-binding.
- Patch 2 updates the Sony IMX471 sensor driver to support the required 
vdig and vif power supplies.
- Patch 3 updates the Sony IMX471 sensor driver to add Device Tree
matching support.
- Patch 4 adds and configures the nodes required to enable the Sony
IMX471 front-facing camera in the Nothing Phone (1) Device Tree.

Signed-off-by: Danila Tikhonov <danila@mainlining.org>
---
Danila Tikhonov (4):
      dt-bindings: media: i2c: Add Sony IMX471 CMOS Image Sensor
      drivers: media: i2c: imx471: Add vdig and vif power supplies
      drivers: media: i2c: imx471: Add Device Tree matching support
      arm64: dts: qcom: sm7325-nothing-spacewar: Add front camera support

 .../devicetree/bindings/media/i2c/sony,imx471.yaml | 123 +++++++++++++++++++++
 arch/arm64/boot/dts/qcom/kodiak.dtsi               |   7 ++
 .../boot/dts/qcom/sm7325-nothing-spacewar.dts      |  46 +++++++-
 drivers/media/i2c/imx471.c                         |  12 +-
 4 files changed, 186 insertions(+), 2 deletions(-)
---
base-commit: 1701fda2f58e345c050f4309971bdc07cd6146ba
change-id: 20260805-imx471-c2198b81414a

Best regards,
--  
Danila Tikhonov <danila@mainlining.org>


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-08-12  2:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-05 19:54 [PATCH 0/4] Add front-facing camera support for Nothing Phone (1) Danila Tikhonov
2026-08-05 19:54 ` [PATCH 1/4] dt-bindings: media: i2c: Add Sony IMX471 CMOS Image Sensor Danila Tikhonov
2026-08-06 10:33   ` Sakari Ailus
2026-08-12  2:10   ` Rob Herring
2026-08-05 19:54 ` [PATCH 2/4] drivers: media: i2c: imx471: Add vdig and vif power supplies Danila Tikhonov
2026-08-05 19:54 ` [PATCH 3/4] drivers: media: i2c: imx471: Add Device Tree matching support Danila Tikhonov
2026-08-05 20:37   ` sashiko-bot
2026-08-05 19:54 ` [PATCH 4/4] arm64: dts: qcom: sm7325-nothing-spacewar: Add front camera support Danila Tikhonov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.