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 becfc23..3d8d14e 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 d221937..057c043 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 dac5ba6..e1fff62 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>;