ARM: davinci: da850: override SPI DT node device name
authorManjunathappa, Prakash <prakash.pm@ti.com>
Wed, 3 Apr 2013 14:09:09 +0000 (19:39 +0530)
committerSekhar Nori <nsekhar@ti.com>
Wed, 17 Apr 2013 16:49:54 +0000 (22:19 +0530)
Populate OF_DEV_AUXDATA with desired device name expected by spi-davinci
driver. Without this clk_get of spi-davinci DT driver fails.

Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/da8xx-dt.c

index 05bb9a27dff1278b699f5ab6959fb0b7c54b0e0f..fb8d8607f4456a103f07b9768d6305f1def4ca97 100644 (file)
@@ -46,6 +46,7 @@ struct of_dev_auxdata da850_auxdata_lookup[] __initdata = {
        OF_DEV_AUXDATA("ti,da850-ecap", 0x01f06000, "ecap", NULL),
        OF_DEV_AUXDATA("ti,da850-ecap", 0x01f07000, "ecap", NULL),
        OF_DEV_AUXDATA("ti,da850-ecap", 0x01f08000, "ecap", NULL),
+       OF_DEV_AUXDATA("ti,da830-spi", 0x01f0e000, "spi_davinci.1", NULL),
        {}
 };
 
This page took 0.029193 seconds and 5 git commands to generate.