commit | 99ee5c01d998ac7c05ed8d2b19782956d9802bee | [log] [tgz] |
---|---|---|
author | Sana Venkat Raju <c_vsana@codeaurora.org> | Mon Oct 21 12:52:15 2013 +0530 |
committer | Sana Venkat Raju <c_vsana@codeaurora.org> | Thu Oct 31 15:40:34 2013 +0530 |
tree | 96607fb5438c5b9febdad02a7435bbe2594eb068 | |
parent | 5bea86895556bf8ee4c4e1f671051ecc971a8458 [diff] |
ARM: dts: msm: SPI Modify SPI BAM physical memory size SPI driver does not map all spi bam memory space. When spi driver attempts to read from a register by adding offset to base address, that address exceeds memory area thus data abort happen. This patch add the correct size for SPI BAM memory in DT file to map all the registers thus avoid data abort. CRs-Fixed: 562031 Change-Id: Ibd69176c5b8c90a15141b621beb27f2655770797 Signed-off-by: Sana Venkat Raju <c_vsana@codeaurora.org>