]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: zynq: Remove undocumented DT properties for nand/nor/smcc
authorMichal Simek <michal.simek@xilinx.com>
Wed, 15 Sep 2021 14:20:27 +0000 (16:20 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 6 Oct 2021 11:12:31 +0000 (13:12 +0200)
These properties are not listed in dt-bindings and also not used by the
driver itself in U-Boot and Linux. That's why remove them completely.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynq-cse-nand.dts
arch/arm/dts/zynq-zc770-xm011.dts
arch/arm/dts/zynq-zc770-xm012.dts

index b5ff1f15d76311a11d1ef824d6359aa6b890c1bc..680dc98ca4673a9902e79d7c9032a2998739da3f 100644 (file)
                        compatible = "arm,pl353-smc-r2p1", "arm,primecell";
                        ranges;
                        reg = <0xe000e000 0x1000>;
-                       arm,addr25 = <0x0>;
-                       arm,nor-chip-sel0 = <0x0>;
-                       arm,nor-chip-sel1 = <0x0>;
-                       arm,sram-chip-sel0 = <0x0>;
-                       arm,sram-chip-sel1 = <0x0>;
 
                        nand0: flash@e1000000 {
                                compatible = "arm,pl353-nand-r2p1";
                                reg = <0xe1000000 0x1000000>;
                                #address-cells = <0x1>;
                                #size-cells = <0x1>;
-                               arm,nand-cycle-t0 = <0x4>;
-                               arm,nand-cycle-t1 = <0x4>;
-                               arm,nand-cycle-t2 = <0x1>;
-                               arm,nand-cycle-t3 = <0x2>;
-                               arm,nand-cycle-t4 = <0x2>;
-                               arm,nand-cycle-t5 = <0x2>;
-                               arm,nand-cycle-t6 = <0x4>;
                        };
                };
 
index d659fdc594739bf5093c42f6e6b7459a54a75520..e67398c44d79361360f286f091a73d606736fa94 100644 (file)
 
 &nand0 {
        status = "okay";
-       arm,nand-cycle-t0 = <0x4>;
-       arm,nand-cycle-t1 = <0x4>;
-       arm,nand-cycle-t2 = <0x1>;
-       arm,nand-cycle-t3 = <0x2>;
-       arm,nand-cycle-t4 = <0x2>;
-       arm,nand-cycle-t5 = <0x2>;
-       arm,nand-cycle-t6 = <0x4>;
 
        partition@0 {
                label = "nand-fsbl-uboot";
 
 &smcc {
        status = "okay";
-       arm,addr25 = <0x0>;
-       arm,nor-chip-sel0 = <0x0>;
-       arm,nor-chip-sel1 = <0x0>;
-       arm,sram-chip-sel0 = <0x0>;
-       arm,sram-chip-sel1 = <0x0>;
 };
 
 &spi0 {
index 849230ee4072bef8d695b2c2e822e39dc4571710..d16bc1fed808823b87a3677bfcb8c8533e70a562 100644 (file)
 
 &smcc {
        status = "okay";
-       arm,addr25 = <0x1>;
-       arm,nor-chip-sel0 = <0x1>;
-       arm,nor-chip-sel1 = <0x0>;
-       arm,sram-chip-sel0 = <0x0>;
-       arm,sram-chip-sel1 = <0x0>;
 };
 
 &spi1 {