提交 befb8444 编写于 作者: S Samuel Ortiz

mfd: Fix tc6393 according to the new tmio.h

Signed-off-by: NSamuel Ortiz <sameo@openedhand.com>
上级 cbdfb426
...@@ -135,19 +135,16 @@ static int tc6393xb_nand_enable(struct platform_device *nand) ...@@ -135,19 +135,16 @@ static int tc6393xb_nand_enable(struct platform_device *nand)
static struct resource __devinitdata tc6393xb_nand_resources[] = { static struct resource __devinitdata tc6393xb_nand_resources[] = {
{ {
.name = TMIO_NAND_CONFIG,
.start = 0x0100, .start = 0x0100,
.end = 0x01ff, .end = 0x01ff,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, },
{ {
.name = TMIO_NAND_CONTROL,
.start = 0x1000, .start = 0x1000,
.end = 0x1007, .end = 0x1007,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, },
{ {
.name = TMIO_NAND_IRQ,
.start = IRQ_TC6393_NAND, .start = IRQ_TC6393_NAND,
.end = IRQ_TC6393_NAND, .end = IRQ_TC6393_NAND,
.flags = IORESOURCE_IRQ, .flags = IORESOURCE_IRQ,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册