Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1340848 > unrolled thread

[PATCH v7 2/9] ARM: dts: dra7: Remove redundant nand property

Started byRoger Quadros <rogerq@ti.com>
First post2016-02-23 17:40 +0100
Last post2016-02-23 17:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v7 2/9] ARM: dts: dra7: Remove redundant nand property Roger Quadros <rogerq@ti.com> - 2016-02-23 17:40 +0100

#1340848 — [PATCH v7 2/9] ARM: dts: dra7: Remove redundant nand property

FromRoger Quadros <rogerq@ti.com>
Date2016-02-23 17:40 +0100
Subject[PATCH v7 2/9] ARM: dts: dra7: Remove redundant nand property
Message-ID<r5oaf-7Zs-43@gated-at.bofh.it>
wait pin monitoring is not used for nand so it is pointless to
have the gpmc,wait-monitoring-ns property.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 arch/arm/boot/dts/dra7-evm.dts  | 1 -
 arch/arm/boot/dts/dra72-evm.dts | 1 -
 2 files changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
index 28ae95e..803ab0e 100644
--- a/arch/arm/boot/dts/dra7-evm.dts
+++ b/arch/arm/boot/dts/dra7-evm.dts
@@ -770,7 +770,6 @@
 		gpmc,bus-turnaround-ns = <0>;
 		gpmc,cycle2cycle-delay-ns = <0>;
 		gpmc,clk-activation-ns = <0>;
-		gpmc,wait-monitoring-ns = <0>;
 		gpmc,wr-data-mux-bus-ns = <0>;
 		/* MTD partition table */
 		/* All SPL-* partitions are sized to minimal length
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts
index 6cf211b..8916433 100644
--- a/arch/arm/boot/dts/dra72-evm.dts
+++ b/arch/arm/boot/dts/dra72-evm.dts
@@ -525,7 +525,6 @@
 		gpmc,bus-turnaround-ns = <0>;
 		gpmc,cycle2cycle-delay-ns = <0>;
 		gpmc,clk-activation-ns = <0>;
-		gpmc,wait-monitoring-ns = <0>;
 		gpmc,wr-data-mux-bus-ns = <0>;
 		/* MTD partition table */
 		/* All SPL-* partitions are sized to minimal length
-- 
2.5.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web