mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 23:51:37 +00:00
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: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
This commit is contained in:
parent
71bb07c37b
commit
08da51c575
@ -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, \
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user