]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: xilinx: Remove undocumented is-dual property
authorMichal Simek <michal.simek@amd.com>
Wed, 27 Sep 2023 09:56:06 +0000 (11:56 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 9 Oct 2023 10:13:04 +0000 (12:13 +0200)
Xilinx was using in past is-dual property for QSPIs to reflect their
configurations. But handling for them never reached upstream code that's
why better to remove them.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/15980560b98672959a889ff9970cbe9540b4ed69.1695808563.git.michal.simek@amd.com
15 files changed:
arch/arm/dts/zynq-cc108.dts
arch/arm/dts/zynq-dlc20-rev1.0.dts
arch/arm/dts/zynq-minized.dts
arch/arm/dts/zynq-topic-miami.dts
arch/arm/dts/zynq-topic-miamilite.dts
arch/arm/dts/zynq-topic-miamiplus.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-topic-miamimp-xilinx-xdp-v1r1.dts
arch/arm/dts/zynqmp-zcu102-revA.dts
arch/arm/dts/zynqmp-zcu106-revA.dts
arch/arm/dts/zynqmp-zcu111-revA.dts
arch/arm/dts/zynqmp-zcu208-revA.dts
arch/arm/dts/zynqmp-zcu216-revA.dts

index dc942b0f595e5b636a5845defcc01ff2b30f158d..593ca4a49cf5b2f31a446a01b7ac9ede3cdaf29f 100644 (file)
@@ -55,7 +55,6 @@
 
 &qspi {
        status = "okay";
-       is-dual = <0>;
        num-cs = <1>;
        flash@0 { /* 16 MB */
                compatible = "n25q128a11", "jedec,spi-nor";
index d06838c5eeb33da410cc27c65c45e2cb5512e102..8d00737803368fc33d8102a8c12b53c819b3f98f 100644 (file)
@@ -66,7 +66,6 @@
 &qspi {
        bootph-all;
        status = "okay";
-       is-dual = <0>;
        num-cs = <1>;
        spi-tx-bus-width = <4>;
        spi-rx-bus-width = <4>;
index 3214ee49e283bee7fa8cc3dc33e9c4d31ed7d9c1..96d2937de8bff21aa799179d3d07b37eba6723ee 100644 (file)
@@ -39,7 +39,6 @@
 
 &qspi {
        status = "okay";
-       is-dual = <0>;
        num-cs = <1>;
        flash@0 {
                compatible = "micron,m25p128";
index 57cb86aafd29d1fb76dddc9ea416a30de8ff3564..8307a2ef9dd3e8b4485785763c204af672b7e576 100644 (file)
@@ -33,7 +33,6 @@
 &qspi {
        bootph-all;
        status = "okay";
-       is-dual = <0>;
        num-cs = <1>;
        flash@0 {
                compatible = "st,m25p80", "n25q256a", "jedec,spi-nor";
index 366fd5bbb10055d91057a262d858d08b845cd5c6..af0bc7ecf700c92f71fb7d70a717ba0ed9ce1e17 100644 (file)
@@ -12,5 +12,4 @@
 };
 
 &qspi {
-       is-dual = <1>;
 };
index df538865296df37f5e0c8b3e0241e2bbb670e629..36a7db355e5b80d6a1b8e345fef3d5940fb86add 100644 (file)
@@ -21,5 +21,4 @@
 };
 
 &qspi {
-       is-dual = <1>;
 };
index 2c3e30ba8916797799dc8cf3c22b67047722f23c..cfd5ba1aac63858de7b001de5294d2076c121bd1 100644 (file)
@@ -71,7 +71,6 @@
 
 &qspi {
        status = "okay";
-       is-dual = <1>;
        flash@0 {
                compatible = "m25p80", "jedec,spi-nor"; /* 32MB */
                #address-cells = <1>;
index ad724a135872639129e0438286542cf7186f7638..18e14389f85f0b0f56d3c10c580db5bd5be839ce 100644 (file)
@@ -67,7 +67,6 @@
 
 &qspi {
        status = "okay";
-       is-dual = <1>;
        flash@0 {
                compatible = "m25p80", "jedec,spi-nor"; /* 32MB */
                #address-cells = <1>;
index 296af0426ee2e7d71aa74900b33cc75c75679760..cd7654a9f7ede9243427021cc342aa7e5ec86411 100644 (file)
@@ -67,7 +67,6 @@
 
 &qspi {
        status = "okay";
-       is-dual = <1>;
        flash@0 {
                compatible = "m25p80", "jedec,spi-nor"; /* 32MB */
                #address-cells = <1>;
index 3750bb38b585c7b6696932e6651de53b9cb0c40a..0d96c6f9f041e137d7177f5a9b1bf8a87b52a17a 100644 (file)
@@ -56,7 +56,6 @@
 
 &qspi {
        status = "okay";
-       is-dual = <1>;
        flash@0 {
                compatible = "st,m25p80", "n25q256a", "jedec,spi-nor";
                m25p,fast-read;
@@ -66,7 +65,6 @@
                spi-max-frequency = <166000000>;
                #address-cells = <1>;
                #size-cells = <1>;
-               is-dual = <1>;
                partition@0 {
                        label = "qspi-boot-bin";
                        reg = <0x00000 0x60000>;
index be75ca6443d895fd110ddbfe1928d932d689f87e..e166c9555069acbb265c8b06fc0feeba1f7ab8db 100644 (file)
 
 &qspi {
        status = "okay";
-       is-dual = <1>;
        num-cs = <2>;
        flash@0 {
                compatible = "m25p80", "jedec,spi-nor"; /* 32MB */
index 6cae681dc29f0ddaa8a75ce4ec2dc82e770c5dcd..b90ff61d2416592bf03c7739b836ef2239b048f4 100644 (file)
 
 &qspi {
        status = "okay";
-       is-dual = <1>;
        num-cs = <2>;
        flash@0 {
                compatible = "m25p80", "jedec,spi-nor"; /* 32MB */
index d08865203ecfe17aa86178d8ac421dbeef2ef437..ba9e4891fccc1ae9a76433ddcb3d55fc7c2dfc96 100644 (file)
 
 &qspi {
        status = "okay";
-       is-dual = <1>;
        num-cs = <2>;
        flash@0 {
                compatible = "m25p80", "jedec,spi-nor"; /* 32MB */
index 702888177a1fe7687eebbe66c8d91ee37b02f3d7..d09e53f42fa8be25c452762118362729e322b784 100644 (file)
 
 &qspi {
        status = "okay";
-       is-dual = <1>;
        num-cs = <2>;
        flash@0 {
                compatible = "m25p80", "jedec,spi-nor"; /* U11 and U12 MT25QU02GCBBE12 1Gb */
index 989ac28c106b5c3e813c7209e32ee5a8f63d02ff..fd026347c25fd47f6bcfcd5c22b0764b54bbfba1 100644 (file)
 
 &qspi {
        status = "okay";
-       is-dual = <1>;
        num-cs = <2>;
        flash@0 {
                compatible = "m25p80", "jedec,spi-nor"; /* U11 and U12 MT25QU02GCBBE12 1Gb */