Commit 350592a8275dee800ccd4fbbfe52c5c31296c4dd

Authored by Eric Lee
1 parent b3e03ee2ec

Fix u-boot wrong SD card detect pin

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/dts/fsl-smarcimx8mm.dts
... ... @@ -577,7 +577,7 @@
577 577 pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>;
578 578 pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>;
579 579 bus-width = <4>;
580   - cd-gpios = <&gpio2 18 GPIO_ACTIVE_LOW>;
  580 + cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
581 581 vmmc-supply = <&reg_usdhc2_vmmc>;
582 582 status = "okay";
583 583 };