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
Родитель 002002c0ad
Коммит 63481699d6
5 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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;

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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