Skip to content

Commit 5225ba9

Browse files
aford173Shawn Guo
authored andcommitted
arm64: dts: imx8mm-beacon: Fix ecspi2 pinmux
Early hardware did not support hardware handshaking on the UART, but final production hardware did. When the hardware was updated the chip select was changed to facilitate hardware handshaking on UART3. Fix the ecspi2 pin mux to eliminate a pin conflict with UART3 and allow the EEPROM to operate again. Fixes: 4ce01ce ("arm64: dts: imx8mm-beacon: Enable RTS-CTS on UART3") Signed-off-by: Adam Ford <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent b025b4f commit 5225ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/imx8mm-beacon-baseboard.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
&ecspi2 {
121121
pinctrl-names = "default";
122122
pinctrl-0 = <&pinctrl_espi2>;
123-
cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
123+
cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
124124
status = "okay";
125125

126126
eeprom@0 {
@@ -316,7 +316,7 @@
316316
MX8MM_IOMUXC_ECSPI2_SCLK_ECSPI2_SCLK 0x82
317317
MX8MM_IOMUXC_ECSPI2_MOSI_ECSPI2_MOSI 0x82
318318
MX8MM_IOMUXC_ECSPI2_MISO_ECSPI2_MISO 0x82
319-
MX8MM_IOMUXC_ECSPI1_SS0_GPIO5_IO9 0x41
319+
MX8MM_IOMUXC_ECSPI2_SS0_GPIO5_IO13 0x41
320320
>;
321321
};
322322

0 commit comments

Comments
 (0)