arm64: zynqmp: Remove not documented is-dual property
authorMichal Simek <michal.simek@xilinx.com>
Fri, 6 Aug 2021 08:42:29 +0000 (10:42 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 13 Sep 2021 06:55:55 +0000 (08:55 +0200)
Remove is-dual not documented property and also update comment about QSPI
sizes to reflect dual configuration as 16MB + 16MB.
Only single configuration is supported now.

Reported-by: Quanyang Wang <quanyang.wang@windriver.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/876c53b92f99623bae45d5c0c5ae79ee3e24f745.1628239345.git.michal.simek@xilinx.com
arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts
arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts
arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts

index becfc23a561041fe4050fbd59584d109e9699dff..3d8d14ef1ede8a2f3cc612ab9563aff2dd0897a0 100644 (file)
 
 &qspi {
        status = "okay";
-       is-dual = <1>;
        flash@0 {
-               compatible = "m25p80", "jedec,spi-nor"; /* 32MB */
+               compatible = "m25p80", "jedec,spi-nor"; /* 16MB + 16MB */
                #address-cells = <1>;
                #size-cells = <1>;
                reg = <0x0>;
index d2219373580a5e6f5d8b6cfadf7e234e149f0bf7..057c04352591c117e609a05bc6890f18e01e28a7 100644 (file)
 
 &qspi {
        status = "okay";
-       is-dual = <1>;
        flash@0 {
-               compatible = "m25p80", "jedec,spi-nor"; /* 32MB */
+               compatible = "m25p80", "jedec,spi-nor"; /* 16MB + 16MB */
                #address-cells = <1>;
                #size-cells = <1>;
                reg = <0x0>;
index dac5ba67a16097d933f2fea2328d02b3407a048c..e1fff62a4cd568714f57c091afc16ab70a945a66 100644 (file)
 
 &qspi {
        status = "okay";
-       is-dual = <1>;
        flash@0 {
-               compatible = "m25p80", "jedec,spi-nor"; /* 32MB */
+               compatible = "m25p80", "jedec,spi-nor"; /* 16MB + 16MB */
                #address-cells = <1>;
                #size-cells = <1>;
                reg = <0x0>;