mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 19:26:38 +07:00
ARM64: zynqmp: Enable sdhci on ep108
Enable both sdhcis on ep108. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
c7c09d192f
commit
34ad39b145
@ -55,6 +55,14 @@ &sata {
|
||||
ceva,broken-gen2;
|
||||
};
|
||||
|
||||
&sdhci0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sdhci1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user