Skip to content
Snippets Groups Projects
Commit 58461e6f authored by Clark Wang's avatar Clark Wang Committed by Leonard Crestez
Browse files

MLK-21173 ARM64: dts: fix imx8qxp-pinctrl iomuxc error


Because we add the partition reboot function, and assign all flexcan
pins to M4, A core cannot access flexcan pins for now.

LPUART3 uses flexcan pins before, so disable it to avoid this error:
imx8qxp-pinctrl iomuxc: pin_config_set op failed for pin 110

Signed-off-by: default avatarClark Wang <xiaoning.wang@nxp.com>
(cherry picked from commit be821a84c44f6d8cf6e9a2573d214de91739dfdf)
parent 32e16472
No related branches found
No related tags found
No related merge requests found
...@@ -206,3 +206,7 @@ ...@@ -206,3 +206,7 @@
&flexspi0 { &flexspi0 {
status = "disabled"; status = "disabled";
}; };
&lpuart3 {
status = "disabled";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment