summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sama5d4.dtsi
diff options
context:
space:
mode:
authorJosh Wu <josh.wu@atmel.com>2015-04-02 06:17:56 (GMT)
committerNicolas Ferre <nicolas.ferre@atmel.com>2015-05-19 13:04:53 (GMT)
commit55d6cbaabc757381834c783af48d2e85b52e2b76 (patch)
tree1e3ba087e5baae60a3b55239a398637f3254b340 /arch/arm/boot/dts/sama5d4.dtsi
parent1606f9de2ae9b369fa85dce3ef7a6c1de5b06fac (diff)
downloadlinux-55d6cbaabc757381834c783af48d2e85b52e2b76.tar.xz
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>
Diffstat (limited to 'arch/arm/boot/dts/sama5d4.dtsi')
-rw-r--r--arch/arm/boot/dts/sama5d4.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
index d9fd62f..7167724 100644
--- a/arch/arm/boot/dts/sama5d4.dtsi
+++ b/arch/arm/boot/dts/sama5d4.dtsi
@@ -303,7 +303,7 @@
#address-cells = <1>;
#size-cells = <1>;
reg = <
- 0x90000000 0x10000000 /* NFC Command Registers */
+ 0x90000000 0x08000000 /* NFC Command Registers */
0xfc05c000 0x00000070 /* NFC HSMC regs */
0x00100000 0x00100000 /* NFC SRAM banks */
>;