[PATCH 0/4] Add front-facing camera support for Nothing Phone (1)

Danila Tikhonov <[email protected]> Wed, 05 Aug 2026 22:54:23 +0300
Newsgroups org.kernel.vger.linux-media,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
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 <[email protected]>
---
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 <[email protected]>