]> git.baikalelectronics.ru Git - kernel.git/commitdiff
arm64: dts: meson-axg: s400: add missing emmc pwrseq
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 2 Oct 2018 08:43:40 +0000 (10:43 +0200)
committerKevin Hilman <khilman@baylibre.com>
Wed, 3 Oct 2018 15:52:04 +0000 (08:52 -0700)
eMMC pwrseq is defined in the s400 dts but not used in the emmc node.
This is probably just a copy/paste error

Fixes: fd8f653f8413 ("ARM64: dts: meson-axg: enable the eMMC controller")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts

index d4961dc8356b530b1958d4ca7ab25210cd75cb08..95290158704d2603749059fe4272b81873081219 100644 (file)
        mmc-ddr-1_8v;
        mmc-hs200-1_8v;
 
+       mmc-pwrseq = <&emmc_pwrseq>;
+
        vmmc-supply = <&vcc_3v3>;
        vqmmc-supply = <&vddio_boot>;
 };