Commit 63481699 authored by Michal Simek's avatar Michal Simek

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: default avatarMichal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/dbdfcc1b25af8b28fc658a37ce18902978cb410d.1611224800.git.michal.simek@xilinx.com
parent 002002c0
...@@ -233,11 +233,13 @@ &sdhci0 { ...@@ -233,11 +233,13 @@ &sdhci0 {
status = "okay"; status = "okay";
no-1-8-v; no-1-8-v;
disable-wp; disable-wp;
xlnx,mio-bank = <0>;
}; };
&sdhci1 { &sdhci1 {
status = "okay"; status = "okay";
bus-width = <0x4>; bus-width = <0x4>;
xlnx,mio-bank = <0>;
non-removable; non-removable;
disable-wp; disable-wp;
cap-power-off-card; cap-power-off-card;
......
...@@ -694,6 +694,7 @@ &sata { ...@@ -694,6 +694,7 @@ &sata {
&sdhci1 { &sdhci1 {
status = "okay"; status = "okay";
no-1-8-v; no-1-8-v;
xlnx,mio-bank = <1>;
}; };
&uart0 { &uart0 {
......
...@@ -203,6 +203,7 @@ &sata { ...@@ -203,6 +203,7 @@ &sata {
&sdhci1 { &sdhci1 {
status = "okay"; status = "okay";
no-1-8-v; no-1-8-v;
xlnx,mio-bank = <1>;
disable-wp; disable-wp;
}; };
......
...@@ -689,6 +689,7 @@ &sata { ...@@ -689,6 +689,7 @@ &sata {
&sdhci1 { &sdhci1 {
status = "okay"; status = "okay";
no-1-8-v; no-1-8-v;
xlnx,mio-bank = <1>;
}; };
&uart0 { &uart0 {
......
...@@ -572,6 +572,7 @@ &sata { ...@@ -572,6 +572,7 @@ &sata {
&sdhci1 { &sdhci1 {
status = "okay"; status = "okay";
no-1-8-v; no-1-8-v;
xlnx,mio-bank = <1>;
}; };
&uart0 { &uart0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment