Commit 08777eac22ea144be72461220611276b844b9773

Authored by Eric Lee
1 parent 2d41934ee1

Fix u-boot wrong card detect pin

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

arch/arm/dts/imx8mm-smarc.dts
... ... @@ -378,7 +378,7 @@
378 378 pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>;
379 379 pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>;
380 380 bus-width = <4>;
381   - cd-gpios = <&gpio2 18 GPIO_ACTIVE_LOW>;
  381 + cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
382 382 vmmc-supply = <&reg_usdhc2_vmmc>;
383 383 status = "okay";
384 384 };