summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeresa Gámez <t.gamez@phytec.de>2014-12-09 10:01:55 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-12-09 10:31:28 +0100
commit6720c3ef6edadf4aea8aebe8fe1a6c317cd7a062 (patch)
treea583035e8c282cd1c4ccefd62a0b7a62b41b970e
parent7de8e80d9f8601ffb164895ef640b2b0f1836815 (diff)
downloadbarebox-6720c3ef6edadf4aea8aebe8fe1a6c317cd7a062.tar.gz
barebox-6720c3ef6edadf4aea8aebe8fe1a6c317cd7a062.tar.xz
ARM: dts: Add missing gpmc setting for phyCORE-AM335x
cycle2cycle-diffcsen needs to be enabled. Signed-off-by: Teresa Gámez <t.gamez@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/am335x-phytec-phycore-som.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/am335x-phytec-phycore-som.dtsi b/arch/arm/dts/am335x-phytec-phycore-som.dtsi
index 7e099a21ab..246b5aa62d 100644
--- a/arch/arm/dts/am335x-phytec-phycore-som.dtsi
+++ b/arch/arm/dts/am335x-phytec-phycore-som.dtsi
@@ -224,6 +224,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>;