mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
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: 221cf34bac
("ARM64: dts: meson-axg: enable the eMMC controller")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
9c8c52f7cb
commit
087e9a465c
@ -475,6 +475,8 @@
|
|||||||
mmc-ddr-1_8v;
|
mmc-ddr-1_8v;
|
||||||
mmc-hs200-1_8v;
|
mmc-hs200-1_8v;
|
||||||
|
|
||||||
|
mmc-pwrseq = <&emmc_pwrseq>;
|
||||||
|
|
||||||
vmmc-supply = <&vcc_3v3>;
|
vmmc-supply = <&vcc_3v3>;
|
||||||
vqmmc-supply = <&vddio_boot>;
|
vqmmc-supply = <&vddio_boot>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user