Browse Source

ARM: davinci: da850: override SPI DT node device name

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>
Manjunathappa, Prakash 12 years ago
parent
commit
414d6e5e66
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-davinci/da8xx-dt.c

+ 1 - 0
arch/arm/mach-davinci/da8xx-dt.c

@@ -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),
 	{}
 };