OSDN Git Service

arm64: dts: renesas: add full-pwr-cycle-in-suspend into eMMC nodes
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Fri, 10 Jul 2020 12:03:32 +0000 (21:03 +0900)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 17 Jul 2020 08:58:23 +0000 (10:58 +0200)
Add full-pwr-cycle-in-suspend property to do a graceful shutdown of
the eMMC device in system suspend.

Signed-off-by: Yoshihiro 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: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
arch/arm64/boot/dts/renesas/salvator-common.dtsi

index dc24cec..7402cfa 100644 (file)
        mmc-hs400-1_8v;
        bus-width = <8>;
        non-removable;
+       full-pwr-cycle-in-suspend;
        status = "okay";
 };
 
index 98bbcaf..1bf7795 100644 (file)
        mmc-hs400-1_8v;
        non-removable;
        fixed-emmc-driver-type = <1>;
+       full-pwr-cycle-in-suspend;
        status = "okay";
 };