Skip to content

Commit 29d34c6

Browse files
MaxKrummenacherShawn Guo
authored andcommitted
arm64: dts: freescale: imx8mp-toradex-smarc: fix lvds dsi mux gpio
The MUX which either outputs DSI or 2nd channel LVDS signals is part of the SoM. Move the pinmuxing of the GPIO used for controlling the MUX to the SoM dtsi file. Fixes: 97dc91c ("arm64: dts: freescale: add Toradex SMARC iMX8MP") Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 29ba955 commit 29d34c6

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc-dev.dts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@
102102
<&pinctrl_gpio13>;
103103
};
104104

105-
&gpio3 {
106-
pinctrl-names = "default";
107-
pinctrl-0 = <&pinctrl_lvds_dsi_sel>;
108-
};
109-
110105
&gpio4 {
111106
pinctrl-names = "default";
112107
pinctrl-0 = <&pinctrl_gpio4>, <&pinctrl_gpio6>;

arch/arm64/boot/dts/freescale/imx8mp-toradex-smarc.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@
320320
};
321321

322322
&gpio3 {
323+
pinctrl-names = "default";
324+
pinctrl-0 = <&pinctrl_lvds_dsi_sel>;
323325
gpio-line-names = "ETH_0_INT#", /* 0 */
324326
"SLEEP#",
325327
"",

0 commit comments

Comments
 (0)