Skip to content
Snippets Groups Projects
Commit 26d8ecce authored by Michal Simek's avatar Michal Simek
Browse files

arm64: zynqmp: Add missing mio-bank properties to sdhci


Add missing xlnx,mio-bank property to sdhci node. Also add properties with
0 value to have it listed in case that files are copied to different
projects where default case doesn't need to be handled in the same way.
That's why explicitly list them too.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent fddff681
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@
&sdhci0 {
status = "okay";
no-1-8-v;
xlnx,mio-bank = <0>;
};
&ttc0 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment