From 5f2a2d2d551cd48a19e22c5f10dda858552bcd49 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Wed, 7 Apr 2021 13:30:41 +0300 Subject: overlays: colibri-imx8x: fix reset signal description for ov5640 Actually, the reset signal goes to the X3-11 pin. Fix the description. Signed-off-by: Oleksandr Suvorov --- overlays/colibri-imx8x_ov5640_overlay.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/colibri-imx8x_ov5640_overlay.dts b/overlays/colibri-imx8x_ov5640_overlay.dts index 79a43bb..3ccc3ca 100644 --- a/overlays/colibri-imx8x_ov5640_overlay.dts +++ b/overlays/colibri-imx8x_ov5640_overlay.dts @@ -35,7 +35,7 @@ pinctrl-0 = <&pinctrl_csi_ctl>, <&pinctrl_csi_mclk>; powerdown-gpios = <&lsio_gpio3 14 GPIO_ACTIVE_HIGH>; /* X3-22 */ reg = <0x3c>; - reset-gpios = <&lsio_gpio3 15 GPIO_ACTIVE_LOW>; /* X3-23 */ + reset-gpios = <&lsio_gpio3 15 GPIO_ACTIVE_LOW>; /* X3-11 */ status = "okay"; port { -- cgit v1.2.3