Commit d978d018 authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: add full-pwr-cycle-in-suspend into eMMC nodes



Add full-pwr-cycle-in-suspend property to do a graceful shutdown of
the eMMC device in system suspend.

Signed-off-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/r/1594382612-13664-1-git-send-email-yoshihiro.shimoda.uh@renesas.com


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent adbe62e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -715,6 +715,7 @@ &sdhi3 {
	mmc-hs400-1_8v;
	bus-width = <8>;
	non-removable;
	full-pwr-cycle-in-suspend;
	status = "okay";
};

+1 −0
Original line number Diff line number Diff line
@@ -833,6 +833,7 @@ &sdhi2 {
	mmc-hs400-1_8v;
	non-removable;
	fixed-emmc-driver-type = <1>;
	full-pwr-cycle-in-suspend;
	status = "okay";
};