Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b062e5b7 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'amlogic-dt64-3' of...

Merge tag 'amlogic-dt64-3' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into next/dt

arm64: dts: Amlogic updates for v4.20, round 3
- AXG: fix eMMC

* tag 'amlogic-dt64-3' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic

:
  arm64: dts: meson-axg: s400: disable emmc
  arm64: dts: meson-axg: s400: add missing emmc pwrseq

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 86dc4eaf 59d925ac
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -461,7 +461,7 @@

/* emmc storage */
&sd_emmc_c {
	status = "okay";
	status = "disabled";
	pinctrl-0 = <&emmc_pins>;
	pinctrl-1 = <&emmc_clk_gate_pins>;
	pinctrl-names = "default", "clk-gate";
@@ -475,6 +475,8 @@
	mmc-ddr-1_8v;
	mmc-hs200-1_8v;

	mmc-pwrseq = <&emmc_pwrseq>;

	vmmc-supply = <&vcc_3v3>;
	vqmmc-supply = <&vddio_boot>;
};