From: Michal Simek Date: Wed, 15 Sep 2021 14:20:27 +0000 (+0200) Subject: ARM: zynq: Remove undocumented DT properties for nand/nor/smcc X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=342f93e8a96071449a86d4c6cd2ac65a944ca027;p=thirdparty%2Fu-boot.git ARM: zynq: Remove undocumented DT properties for nand/nor/smcc 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 --- diff --git a/arch/arm/dts/zynq-cse-nand.dts b/arch/arm/dts/zynq-cse-nand.dts index b5ff1f15d76..680dc98ca46 100644 --- a/arch/arm/dts/zynq-cse-nand.dts +++ b/arch/arm/dts/zynq-cse-nand.dts @@ -46,24 +46,12 @@ 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>; }; }; diff --git a/arch/arm/dts/zynq-zc770-xm011.dts b/arch/arm/dts/zynq-zc770-xm011.dts index d659fdc5947..e67398c44d7 100644 --- a/arch/arm/dts/zynq-zc770-xm011.dts +++ b/arch/arm/dts/zynq-zc770-xm011.dts @@ -49,13 +49,6 @@ &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"; @@ -81,11 +74,6 @@ &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 { diff --git a/arch/arm/dts/zynq-zc770-xm012.dts b/arch/arm/dts/zynq-zc770-xm012.dts index 849230ee407..d16bc1fed80 100644 --- a/arch/arm/dts/zynq-zc770-xm012.dts +++ b/arch/arm/dts/zynq-zc770-xm012.dts @@ -87,11 +87,6 @@ &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 {