xilinx: Fix xlnx,mio_bank property
authorMichal Simek <michal.simek@xilinx.com>
Wed, 22 Jul 2020 15:42:43 +0000 (17:42 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 20 Aug 2020 07:49:20 +0000 (09:49 +0200)
s/xlnx,mio_bank/xlnx,mio-bank/g

DT binding is describing mio-bank not mio_bank that's why fix all DTSes and
also driver itself.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
23 files changed:
arch/arm/dts/avnet-ultrazedev-cc-v1.0-ultrazedev-som-v1.0.dts
arch/arm/dts/avnet-ultrazedev-som-v1.0.dtsi
arch/arm/dts/versal-mini-emmc0.dts
arch/arm/dts/versal-mini-emmc1.dts
arch/arm/dts/zynqmp-e-a2197-00-revA.dts
arch/arm/dts/zynqmp-g-a2197-00-revA.dts
arch/arm/dts/zynqmp-m-a2197-01-revA.dts
arch/arm/dts/zynqmp-m-a2197-02-revA.dts
arch/arm/dts/zynqmp-m-a2197-03-revA.dts
arch/arm/dts/zynqmp-p-a2197-00-revA.dts
arch/arm/dts/zynqmp-topic-miamimp-xilinx-xdp-v1r1.dts
arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts
arch/arm/dts/zynqmp-zcu100-revC.dts
arch/arm/dts/zynqmp-zcu102-revA.dts
arch/arm/dts/zynqmp-zcu104-revA.dts
arch/arm/dts/zynqmp-zcu104-revC.dts
arch/arm/dts/zynqmp-zcu106-revA.dts
arch/arm/dts/zynqmp-zcu111-revA.dts
arch/arm/dts/zynqmp-zcu1275-revB.dts
arch/arm/dts/zynqmp-zcu1285-revA.dts
arch/arm/dts/zynqmp-zcu208-revA.dts
arch/arm/dts/zynqmp-zcu216-revA.dts
drivers/mmc/zynq_sdhci.c

index ac641ff..85ab9e9 100644 (file)
@@ -51,7 +51,7 @@
 /* microSD card slot */
 &sdhci1 {
        status = "okay";
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
        clock-frequency = <199998000>;
        max-frequency = <50000000>;
        no-1-8-v;
index b635db6..cbcb290 100644 (file)
@@ -51,6 +51,6 @@
 /* Micron MTFC8GAKAJCN-4M 8 GB eMMC */
 &sdhci0 {
        status = "okay";
-       xlnx,mio_bank = <0>;
+       xlnx,mio-bank = <0>;
        clock-frequency = <199998000>;
 };
index 7f57d23..7826a28 100644 (file)
@@ -43,7 +43,7 @@
                        clocks = <&clk25 &clk25>;
                        xlnx,device_id = <0>;
                        no-1-8-v;
-                       xlnx,mio_bank = <0>;
+                       xlnx,mio-bank = <0>;
                        #stream-id-cells = <1>;
                };
        };
index 4e0758f..2f28f85 100644 (file)
@@ -43,7 +43,7 @@
                        clocks = <&clk25 &clk25>;
                        xlnx,device_id = <1>;
                        no-1-8-v;
-                       xlnx,mio_bank = <0>;
+                       xlnx,mio-bank = <0>;
                        #stream-id-cells = <1>;
                };
        };
index c260411..a8bbb14 100644 (file)
        status = "okay";
        no-1-8-v;
        disable-wp;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
 
 &gem0 {
index 09da60b..9468dc5 100644 (file)
@@ -70,7 +70,7 @@
        non-removable;
        disable-wp;
        bus-width = <8>;
-       xlnx,mio_bank = <0>;
+       xlnx,mio-bank = <0>;
 };
 
 &uart0 { /* uart0 MIO38-39 */
index e295bac..66ea02e 100644 (file)
@@ -89,7 +89,7 @@
        non-removable;
        disable-wp;
        bus-width = <8>;
-       xlnx,mio_bank = <0>; /* FIXME tap delay */
+       xlnx,mio-bank = <0>; /* FIXME tap delay */
 };
 
 &uart0 { /* uart0 MIO38-39 */
        status = "disable";
        no-1-8-v;
        disable-wp;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
 
 &gem0 {
index bd2c1a4..46ec427 100644 (file)
@@ -85,7 +85,7 @@
        non-removable;
        disable-wp;
        bus-width = <8>;
-       xlnx,mio_bank = <0>; /* FIXME tap delay */
+       xlnx,mio-bank = <0>; /* FIXME tap delay */
 };
 
 &uart0 { /* uart0 MIO38-39 */
        status = "disable";
        no-1-8-v;
        disable-wp;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
 
 &gem0 {
index 700197c..6eb58e6 100644 (file)
@@ -85,7 +85,7 @@
        non-removable;
        disable-wp;
        bus-width = <8>;
-       xlnx,mio_bank = <0>; /* FIXME tap delay */
+       xlnx,mio-bank = <0>; /* FIXME tap delay */
 };
 
 &uart0 { /* uart0 MIO38-39 */
        status = "disable";
        no-1-8-v;
        disable-wp;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
 
 &gem0 {
index d49b632..4f7824a 100644 (file)
@@ -50,7 +50,7 @@
        non-removable;
        disable-wp;
        bus-width = <8>;
-       xlnx,mio_bank = <0>;
+       xlnx,mio-bank = <0>;
 };
 
 &uart0 { /* uart0 MIO38-39 */
@@ -67,7 +67,7 @@
        status = "okay";
        no-1-8-v;
        disable-wp;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
 
 &gem0 {
index 0ee8c62..a377f27 100644 (file)
        non-removable;
        disable-wp; /* We don't have a write-protect detection */
        bus-width = <8>;
-       xlnx,mio_bank = <0>;
+       xlnx,mio-bank = <0>;
 };
 
 /* SD1 with level shifter */
 &sdhci1 {
        status = "okay";
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
        disable-wp; /* We don't have a write-protect detection */
        bus-width = <4>;
 };
index 0805b93..e2428ec 100644 (file)
 &sdhci0 {
        status = "okay";
        bus-width = <8>;
-       xlnx,mio_bank = <0>;
+       xlnx,mio-bank = <0>;
 };
 
 /* SD1 with level shifter */
         * This property should be removed for supporting UHS mode
         */
        no-1-8-v;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
 
 &uart0 {
index 1726edf..d6c914c 100644 (file)
        status = "okay";
        no-1-8-v;
        disable-wp;
-       xlnx,mio_bank = <0>;
+       xlnx,mio-bank = <0>;
 };
 
 &sdhci1 {
        status = "okay";
        bus-width = <0x4>;
-       xlnx,mio_bank = <0>;
+       xlnx,mio-bank = <0>;
        non-removable;
        disable-wp;
        cap-power-off-card;
index d250681..ed036e6 100644 (file)
         * removed for supporting UHS mode
         */
        no-1-8-v;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
 
 &serdes {
index a4bd6b8..cb8ffdf 100644 (file)
 &sdhci1 {
        status = "okay";
        no-1-8-v;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
        disable-wp;
 };
 
index d4b3769..e203280 100644 (file)
 &sdhci1 {
        status = "okay";
        no-1-8-v;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
        disable-wp;
 };
 
index 221685f..1dff845 100644 (file)
         * This property should be removed for supporting UHS mode
         */
        no-1-8-v;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
 
 &serdes {
index 63e285f..82e6c8d 100644 (file)
         * This property should be removed for supporting UHS mode
         */
        no-1-8-v;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
 
 &serdes {
index 430fc5a..b612215 100644 (file)
@@ -80,5 +80,5 @@
         * removed for supporting UHS mode
         */
        no-1-8-v;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
index d8b9cb1..f041df8 100644 (file)
         * This property should be removed for supporting UHS mode
         */
        no-1-8-v;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
index 118a2de..1242193 100644 (file)
         * This property should be removed for supporting UHS mode
         */
        no-1-8-v;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
 
 &serdes {
index e454bfc..511727f 100644 (file)
         * This property should be removed for supporting UHS mode
         */
        no-1-8-v;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
 
 &serdes {
index 43b9f21..6505527 100644 (file)
@@ -276,7 +276,7 @@ static int arasan_sdhci_ofdata_to_platdata(struct udevice *dev)
                return PTR_ERR(priv->host->ioaddr);
 
        priv->deviceid = dev_read_u32_default(dev, "xlnx,device_id", -1);
-       priv->bank = dev_read_u32_default(dev, "xlnx,mio_bank", -1);
+       priv->bank = dev_read_u32_default(dev, "xlnx,mio-bank", -1);
 
        return 0;
 }