aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2016-05-09 02:51:19 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2016-05-10 03:09:47 -0400
commitb8453d4ee9e24c6590dd0eecbab1c3cc2028317f (patch)
treecdff562c6050129e5600692e5e99c9b63135e1be
parent02da2d72174c61988eb4456b53f405e3ebdebce4 (diff)
ARM: dts: at91: sama5d2: use "atmel,sama5d3-nfc" compatible for nfc
An error in documentation of the NAND Flash Controller (NFC) led to choose another compatibility string for sama5d2 with an impact on the NAND flash ready/busy information. It was producing the error message: atmel_nand 80000000.nand: Time out to wait for interrupt: 0x08000000 and had an impact on performance. So, switch back to the classical "atmel,sama5d3-nfc" compatibility string for this SoC which gives the proper ready/busy bit information. The NAND flash driver will be updated to remove the support for this different implementation. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Acked-by: Romain Izard <romain.izard.pro@gmail.com> [nicolas.ferre@atmel.com: change commit message] Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r--arch/arm/boot/dts/sama5d2.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
index 78996bdbd3df..9817090c1b73 100644
--- a/arch/arm/boot/dts/sama5d2.dtsi
+++ b/arch/arm/boot/dts/sama5d2.dtsi
@@ -280,7 +280,7 @@
280 status = "disabled"; 280 status = "disabled";
281 281
282 nfc@c0000000 { 282 nfc@c0000000 {
283 compatible = "atmel,sama5d4-nfc"; 283 compatible = "atmel,sama5d3-nfc";
284 #address-cells = <1>; 284 #address-cells = <1>;
285 #size-cells = <1>; 285 #size-cells = <1>;
286 reg = < /* NFC Command Registers */ 286 reg = < /* NFC Command Registers */