Unverified Commit 899e90cf authored by allen chen's avatar allen chen Committed by Robert Foss
Browse files

drm/bridge: it6505: Modified power sequence



Change power sequence to meet it6505 data sheet requirement when boot on.

Signed-off-by: default avatarPin-Yen Lin <treapking@chromium.org>
Signed-off-by: default avatarAllen Chen <allen.chen@ite.com.tw>
Reviewed-by: default avatarRobert Foss <robert.foss@linaro.org>
Signed-off-by: default avatarRobert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220715024910.12578-2-allen.chen@ite.com.tw
parent fbc1fdaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3047,7 +3047,7 @@ static int it6505_init_pdata(struct it6505 *it6505)
		return PTR_ERR(pdata->ovdd);
	}

	pdata->gpiod_reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH);
	pdata->gpiod_reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_LOW);
	if (IS_ERR(pdata->gpiod_reset)) {
		dev_err(dev, "gpiod_reset gpio not found");
		return PTR_ERR(pdata->gpiod_reset);