Skip to content

Commit

Permalink
Minor fix: adjust pad ctrl for ecspi3 cs when used as gpio (x8h7)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxPayne86 committed May 14, 2024
1 parent 95317fa commit d91856c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
pinctrl_ecspi3_cs: ecspi3cs {
fsl,pins = <
// MX8MM_IOMUXC_UART2_TXD_ECSPI3_SS0 0x40000
MX8MM_IOMUXC_UART2_TXD_GPIO5_IO25 0x40000
MX8MM_IOMUXC_UART2_TXD_GPIO5_IO25 0x19
>;
};
};
Expand Down

0 comments on commit d91856c

Please sign in to comment.