From 5844f3c3c7a12d0b09a2cb26f8a3ac88b4408e37 Mon Sep 17 00:00:00 2001 From: Teresa Gámez Date: Tue, 9 Dec 2014 10:01:56 +0100 Subject: ARM: dts: Add missing gpmc setting for phyFLEX-AM335x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cycle2cycle-diffcsen needs to be enabled. Signed-off-by: Teresa Gámez Signed-off-by: Sascha Hauer --- arch/arm/dts/am335x-phytec-phyflex.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/dts/am335x-phytec-phyflex.dts b/arch/arm/dts/am335x-phytec-phyflex.dts index c4481f5f3e..6679cf56db 100644 --- a/arch/arm/dts/am335x-phytec-phyflex.dts +++ b/arch/arm/dts/am335x-phytec-phyflex.dts @@ -272,6 +272,7 @@ gpmc,wait-on-write = "true"; gpmc,bus-turnaround-ns = <0>; gpmc,cycle2cycle-delay-ns = <50>; + gpmc,cycle2cycle-diffcsen; gpmc,clk-activation-ns = <0>; gpmc,wait-monitoring-ns = <0>; gpmc,wr-access-ns = <0>; -- cgit v1.2.3