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

Commit 34ad39b1 authored by Michal Simek's avatar Michal Simek
Browse files

ARM64: zynqmp: Enable sdhci on ep108



Enable both sdhcis on ep108.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent c7c09d19
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -55,6 +55,14 @@
	ceva,broken-gen2;
};

&sdhci0 {
	status = "okay";
};

&sdhci1 {
	status = "okay";
};

&uart0 {
	status = "okay";
};