[PATCH v2 0/2] Add TPS68470 power supply support for ov13b10 sensor

Arun T posted 2 patches 1 month, 1 week ago
There is a newer version of this series
drivers/media/i2c/ov13b10.c                   |  47 +++---
.../x86/intel/int3472/tps68470_board_data.c   | 150 ++++++++++++++++++
2 files changed, 176 insertions(+), 21 deletions(-)
[PATCH v2 0/2] Add TPS68470 power supply support for ov13b10 sensor
Posted by Arun T 1 month, 1 week ago
This patch series adds power supply management support for the OV13B10 camera sensor when used with TPS68470 PMIC, commonly used on Intel-based camera platforms. 

The OV13B10 sensor requires three power supplies (DOVDD, AVDD, DVDD) which are provided by the TPS68470 PMIC. 
This series implements proper regulator framework integration to manage these power supplies during sensor power on/off sequences. 

Changes in v2: 
- Added power supply names array for the three required regulators 
- Implement regulator handling with devm_regulator_bulk_get()
- Add regulator_bulk_enable() and regulator_bulk_disable() for sensor power on/off sequence

Arun T (2):
  platform/x86: int3472: Add board data for Intel nvl
  media: i2c: ov13b10: Support tps68470 regulator and gpio

 drivers/media/i2c/ov13b10.c                   |  47 +++---
 .../x86/intel/int3472/tps68470_board_data.c   | 150 ++++++++++++++++++
 2 files changed, 176 insertions(+), 21 deletions(-)

-- 
2.43.0