summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Chiras <robert.chiras@nxp.com>2019-12-05 11:38:18 +0200
committerRobert Chiras <robert.chiras@nxp.com>2019-12-05 11:38:18 +0200
commitbb8eef6527cbe74cfedcea954e555babfd4b6e82 (patch)
tree51dee0f4b46732dcb1c61a3cefb66fa73b85bbed
parentaa1e5c0aed0609ea7d23c6a43e988b79cb70f1f2 (diff)
arm64: dts: imx8qm: Fix rm67191 reset gpios
On 8QM, there is a single GPIO pin that is used for both MIPI DSI interfaces. So, use the correct pin only for MIPI0, which will be used for both ports MIPI0 and MIPI1. Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8qm-mek-dsi-rm67191.dts3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek-dsi-rm67191.dts b/arch/arm64/boot/dts/freescale/imx8qm-mek-dsi-rm67191.dts
index 6daede54d3ec..4c6765ac3923 100644
--- a/arch/arm64/boot/dts/freescale/imx8qm-mek-dsi-rm67191.dts
+++ b/arch/arm64/boot/dts/freescale/imx8qm-mek-dsi-rm67191.dts
@@ -26,7 +26,7 @@
reg = <0>;
pinctrl-0 = <&pinctrl_mipi_dsi_0_1_en>;
pinctrl-names = "default";
- reset-gpios = <&lsio_gpio1 6 GPIO_ACTIVE_LOW>;
+ reset-gpios = <&lsio_gpio1 7 GPIO_ACTIVE_LOW>;
dsi-lanes = <4>;
video-mode = <2>;
width-mm = <68>;
@@ -66,7 +66,6 @@
compatible = "raydium,rm67191";
reg = <0>;
- reset-gpios = <&lsio_gpio1 7 GPIO_ACTIVE_LOW>;
dsi-lanes = <4>;
video-mode = <2>;
width-mm = <68>;