“b2260182e436e6cddbed3dca749eab6125e9f5b5”上不存在“ppstructure/table”
提交 5958d58a 编写于 作者: M Magnus Damm 提交者: Paul Mundt

ARM: mach-shmobile: Extend AP4EVB MIPI-DSI resources

Update the AP4EVB board code to go from a single I/O
resource to two I/O resources for the MIPI-DSI driver.
Signed-off-by: NMagnus Damm <damm@opensource.se>
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 71b146c8
...@@ -501,7 +501,12 @@ static struct platform_device keysc_device = { ...@@ -501,7 +501,12 @@ static struct platform_device keysc_device = {
static struct resource mipidsi0_resources[] = { static struct resource mipidsi0_resources[] = {
[0] = { [0] = {
.start = 0xffc60000, .start = 0xffc60000,
.end = 0xffc68fff, .end = 0xffc63073,
.flags = IORESOURCE_MEM,
},
[1] = {
.start = 0xffc68000,
.end = 0xffc680ef,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册