Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08da51c5 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo
Browse files

ARM: i.MX: Fix eMMa PrP resource size



Last address for eMMa PrP is 0x80...0x83, so increase resource size
for eMMa to 256.

Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent 71bb07c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
#define imx_mx2_emmaprp_data_entry_single(soc)				\
	{								\
		.iobase = soc ## _EMMAPRP_BASE_ADDR,			\
		.iosize = SZ_32,					\
		.iosize = SZ_256,					\
		.irq = soc ## _INT_EMMAPRP,				\
	}