提交 08da51c5 编写于 作者: A Alexander Shiyan 提交者: Shawn Guo

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: NAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: NShawn Guo <shawn.guo@freescale.com>
上级 71bb07c3
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#define imx_mx2_emmaprp_data_entry_single(soc) \ #define imx_mx2_emmaprp_data_entry_single(soc) \
{ \ { \
.iobase = soc ## _EMMAPRP_BASE_ADDR, \ .iobase = soc ## _EMMAPRP_BASE_ADDR, \
.iosize = SZ_32, \ .iosize = SZ_256, \
.irq = soc ## _INT_EMMAPRP, \ .irq = soc ## _INT_EMMAPRP, \
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册