Skip to content

Commit

Permalink
ARM: dts: add eMMC reset line for exynos4412-odroid-common
Browse files Browse the repository at this point in the history
This patch adds reset-gpios property to the eMMC slot, so the MMC driver
is able to properly reset eMMC card on system restart and thus fixes
system hang on software reboot.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
  • Loading branch information
mszyprow authored and Kukjin Kim committed Feb 26, 2015
1 parent e07eb1e commit 225da7e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/exynos4412-odroid-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,18 @@
};
};

emmc_pwrseq: pwrseq {
pinctrl-0 = <&sd1_cd>;
pinctrl-names = "default";
compatible = "mmc-pwrseq-emmc";
reset-gpios = <&gpk1 2 1>;
};

mmc@12550000 {
pinctrl-0 = <&sd4_clk &sd4_cmd &sd4_bus4 &sd4_bus8>;
pinctrl-names = "default";
vmmc-supply = <&ldo20_reg &buck8_reg>;
mmc-pwrseq = <&emmc_pwrseq>;
status = "okay";

num-slots = <1>;
Expand Down Expand Up @@ -413,6 +421,12 @@
};
};

/* RSTN signal for eMMC */
&sd1_cd {
samsung,pin-pud = <0>;
samsung,pin-drv = <0>;
};

&pinctrl_1 {
gpio_power_key: power_key {
samsung,pins = "gpx1-3";
Expand Down

0 comments on commit 225da7e

Please sign in to comment.