From: Hao Yao <hao.yao@xxxxxxxxx> Add a new sensor support in INT3472 driver which module name is '09B13'. Signed-off-by: Hao Yao <hao.yao@xxxxxxxxx> Signed-off-by: Bingbu Cao <bingbu.cao@xxxxxxxxx> --- drivers/platform/x86/intel/int3472/discrete.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/platform/x86/intel/int3472/discrete.c b/drivers/platform/x86/intel/int3472/discrete.c index d5d5c650d6d2..63acb48bf8df 100644 --- a/drivers/platform/x86/intel/int3472/discrete.c +++ b/drivers/platform/x86/intel/int3472/discrete.c @@ -60,6 +60,8 @@ static const struct int3472_sensor_config int3472_sensor_configs[] = { { "GEFF150023R", REGULATOR_SUPPLY("avdd", NULL), NULL }, /* Surface Go 1&2 - OV5693, Front */ { "YHCU", REGULATOR_SUPPLY("avdd", NULL), NULL }, + /* OV13B10 */ + { "09B13", REGULATOR_SUPPLY("vcc", NULL), NULL }, }; static const struct int3472_sensor_config * -- 2.40.1