msm: add some more devices
This commit is contained in:
parent
89b5ed23c3
commit
122e265f64
@ -65,6 +65,16 @@ static struct map_desc msm_io_desc[] __initdata = {
|
||||
MSM_DEVICE(GCC),
|
||||
MSM_DEVICE(TCSR),
|
||||
#endif
|
||||
MSM_DEVICE(TS),
|
||||
MSM_DEVICE(SSBI),
|
||||
MSM_DEVICE(TSSC),
|
||||
MSM_DEVICE(RAM_CONSOLE),
|
||||
{
|
||||
.virtual = (unsigned long) MSM_SHARED_RAM_BASE,
|
||||
.pfn = __phys_to_pfn(MSM_SHARED_RAM_PHYS),
|
||||
.length = MSM_SHARED_RAM_SIZE,
|
||||
.type = MT_DEVICE,
|
||||
},
|
||||
#ifdef CONFIG_MSM_DEBUG_UART
|
||||
MSM_DEVICE(DEBUG_UART),
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user