r Hideki EIRAKU 1345112000 +0900 committer Laurent Pinchart 1353508305 +0100 fbdev: sh_mobile_lcdc: use dma_mmap_coherent fb_mmap() implemented in fbmem.c uses smem_start as the physical address of the frame buffer. In the sh_mobile_lcdc driver, the smem_start is a dma_addr_t that is not a physical address when IOMMU is enabled. dma_mmap_coherent() maps the address correctly. Signed-off-by: Hideki EIRAKU Signed-off-by: Laurent Pinchart