Commit 65140817cb27498267b6c804f1b94cd76bea1d98

Authored by Eric Lee
1 parent 402b04a84a

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
... ... @@ -583,7 +583,7 @@
583 583 pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>;
584 584 pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>;
585 585 bus-width = <4>;
586   - cd-gpios = <&gpio2 18 GPIO_ACTIVE_LOW>;
  586 + cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
587 587 vmmc-supply = <&reg_usdhc2_vmmc>;
588 588 status = "okay";
589 589 };