]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 ac641ff1a5824ad34a7ef63bf9ca7acc1af7873e..85ab9e9e29ab8d39bcacc14d34625d020b4a7959 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 b635db649f4308ac823d52d3338afc7fc267dd4c..cbcb290a5c8386e36f41b2686d27e33448a12af9 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 7f57d232b7f9fc4aed26f9b55f4cdd28513cd885..7826a282134bc29468d0c1c8b1603b7474bf84e8 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 4e0758f61893eb2e4bfab786086e9179cf488e32..2f28f856a6a3a53b3d1008efcc46e81bddbf8fc6 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 c260411d7571508bb61a5fc5771ff65132f960cf..a8bbb14f6cd13a137a0de6f65a7b936332d3c8d1 100644 (file)
        status = "okay";
        no-1-8-v;
        disable-wp;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
 
 &gem0 {
index 09da60b1007283fdee8af8b454fe318cbac655c2..9468dc574fd81757271ee6467d0cffe7e8135594 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 e295bac128cb7f1d12963b9b017b041581b66288..66ea02e5be7fe0a52a82658a40a5df1399365048 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 bd2c1a46bd845530d7394d278b3c3e9741f85623..46ec427648fa76dc306bc8c7d74a45ea275c0e91 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 700197c1f3e439f85a6b38387cf2d856890e3960..6eb58e6701ad26cfb4cefb83f783636545b36ab2 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 d49b632a1d3c66141b2d92d7c612cdb437993360..4f7824ae4007e0185f7db64768693e95aeb33d7c 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 0ee8c62f6b9a3295f04e81e31f947093c97181c7..a377f27c50d4780ff0a46052a4295c5e6419394d 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 0805b93c4ac953c511d0d40934b5ed0957afcc06..e2428ec974a3a3f4e558eb1760ca3eab14d9adcc 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 1726edf78ed23a64decc9a9e894526c11c339747..d6c914c917f51ca34ef1a1c8d985147dcf0fc30b 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 d250681600a85cc1a29b9a980308f8a541e22c20..ed036e68f5e365855b46948330dd0f073160f3ce 100644 (file)
         * removed for supporting UHS mode
         */
        no-1-8-v;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
 
 &serdes {
index a4bd6b800a189bbf77e755ae39dac086a9aaad1e..cb8ffdff9771dd96f99153ee99ed98180dcbffd3 100644 (file)
 &sdhci1 {
        status = "okay";
        no-1-8-v;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
        disable-wp;
 };
 
index d4b3769a27ccae6e212520173d6bf5386ecb803b..e203280f0eca260d0440ab419f4b4bc134727af7 100644 (file)
 &sdhci1 {
        status = "okay";
        no-1-8-v;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
        disable-wp;
 };
 
index 221685fd23bee46c303d27e0acba175966a6a51f..1dff845ceeb6434870685c9f623fd918e8e979d0 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 63e285fe9a9aa3a552f18cfaf6f1616d518023f8..82e6c8d3cdfdf9a13c72510e77ec66e3bd43f849 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 430fc5adb4239fc511f017aad976139b92453ebb..b612215f40e7315f3f9e4ac15e8c97db7759a1c1 100644 (file)
@@ -80,5 +80,5 @@
         * removed for supporting UHS mode
         */
        no-1-8-v;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
index d8b9cb1a9e1300586b2143e541a04b6ab2814ba8..f041df83dab4bb20cfe45552d7e8c31273b1942f 100644 (file)
         * This property should be removed for supporting UHS mode
         */
        no-1-8-v;
-       xlnx,mio_bank = <1>;
+       xlnx,mio-bank = <1>;
 };
index 118a2de96b3ce935ce88e79e6ff4292d06a55de7..124219314b89c42bb9e7a5c8e1d663feff0ccfdd 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 e454bfcba797447bc62bc6633982d38730ca3816..511727fa955d987393ca363bfc1d336547bd77a9 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 43b9f215229af352e5b0166e7d9be9f2f6515eb8..6505527616d1684866ef6d20b2d9bd2637a1166b 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;
 }