arm64: dts: zynqmp: Add missing mio-bank properties to sdhcis

Add missing xlnx,mio-bank property to sdhci nodes. 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: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/dbdfcc1b25af8b28fc658a37ce18902978cb410d.1611224800.git.michal.simek@xilinx.com
This commit is contained in:
Michal Simek 2021-01-21 11:26:55 +01:00
parent 002002c0ad
commit 63481699d6
5 changed files with 6 additions and 0 deletions

View File

@ -233,11 +233,13 @@
status = "okay";
no-1-8-v;
disable-wp;
xlnx,mio-bank = <0>;
};
&sdhci1 {
status = "okay";
bus-width = <0x4>;
xlnx,mio-bank = <0>;
non-removable;
disable-wp;
cap-power-off-card;

View File

@ -694,6 +694,7 @@
&sdhci1 {
status = "okay";
no-1-8-v;
xlnx,mio-bank = <1>;
};
&uart0 {

View File

@ -203,6 +203,7 @@
&sdhci1 {
status = "okay";
no-1-8-v;
xlnx,mio-bank = <1>;
disable-wp;
};

View File

@ -689,6 +689,7 @@
&sdhci1 {
status = "okay";
no-1-8-v;
xlnx,mio-bank = <1>;
};
&uart0 {

View File

@ -572,6 +572,7 @@
&sdhci1 {
status = "okay";
no-1-8-v;
xlnx,mio-bank = <1>;
};
&uart0 {