From beb389776ec08548e52810f15f577d3396b2380f Mon Sep 17 00:00:00 2001 From: Qubot <1445788683@qq.com> Date: Sun, 14 Jun 2026 19:10:34 +0800 Subject: [PATCH] media: sunxi-vin: restore IMX415 PWDN power level --- bsp/drivers/vin/modules/sensor/imx415_mipi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/drivers/vin/modules/sensor/imx415_mipi.c b/bsp/drivers/vin/modules/sensor/imx415_mipi.c index 51273f612..2439bbf67 100644 --- a/bsp/drivers/vin/modules/sensor/imx415_mipi.c +++ b/bsp/drivers/vin/modules/sensor/imx415_mipi.c @@ -862,7 +862,7 @@ static int sensor_power(struct v4l2_subdev *sd, int on) vin_set_pmu_channel(sd, AVDD, ON); vin_set_pmu_channel(sd, DVDD, ON); vin_gpio_write(sd, RESET, CSI_GPIO_HIGH); - vin_gpio_write(sd, PWDN, CSI_GPIO_LOW); + vin_gpio_write(sd, PWDN, CSI_GPIO_HIGH); usleep_range(100, 120); vin_set_mclk(sd, ON); usleep_range(100, 120);