ARM: at91/dt: sama5: reduce the NFC command register map
authorJosh Wu <josh.wu@atmel.com>
Thu, 2 Apr 2015 06:17:56 +0000 (14:17 +0800)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 19 May 2015 13:04:53 +0000 (15:04 +0200)
commit55d6cbaabc757381834c783af48d2e85b52e2b76
tree1e3ba087e5baae60a3b55239a398637f3254b340
parent1606f9de2ae9b369fa85dce3ef7a6c1de5b06fac
ARM: at91/dt: sama5: reduce the NFC command register map

commit 111573ccd89b ("mtd: atmel_nand: check NFC busy flag by HSMC_SR
instead of NFC cmd regs")
check NFC busy by nfc SR instead of NFC cmd regs. So we don't need to
map NFC cmd registers to include NFCBUSY bit.
That means we only need map 0x08000000 instead of 0x10000000 for NFC
cmd regs.

This patch reduce the NFC cmd regs map for sama5d3 & sama5d4.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d3.dtsi
arch/arm/boot/dts/sama5d4.dtsi