diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-10-02 10:43:40 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-10-03 08:52:04 -0700 |
commit | 087e9a465c29543d57874b00b4cec67d13f1bb2b (patch) | |
tree | 0894ddacc69fe3909d78670a9d7f2a6b2a6fd82e /arch/arm64/boot | |
parent | 9c8c52f7cb4f3b604bb9836947dadfbb255f465f (diff) | |
download | linux-stable-087e9a465c29543d57874b00b4cec67d13f1bb2b.tar.gz linux-stable-087e9a465c29543d57874b00b4cec67d13f1bb2b.tar.bz2 linux-stable-087e9a465c29543d57874b00b4cec67d13f1bb2b.zip |
arm64: dts: meson-axg: s400: add missing emmc pwrseq
eMMC pwrseq is defined in the s400 dts but not used in the emmc node.
This is probably just a copy/paste error
Fixes: 221cf34bac54 ("ARM64: dts: meson-axg: enable the eMMC controller")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts index d4961dc8356b..95290158704d 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts @@ -475,6 +475,8 @@ mmc-ddr-1_8v; mmc-hs200-1_8v; + mmc-pwrseq = <&emmc_pwrseq>; + vmmc-supply = <&vcc_3v3>; vqmmc-supply = <&vddio_boot>; }; |