]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
ARM: davinci: da8xx-dt: Add spi0 lookup for clock matching
authorDavid Lechner <david@lechnology.com>
Sat, 16 Apr 2016 17:00:18 +0000 (12:00 -0500)
committerSekhar Nori <nsekhar@ti.com>
Mon, 25 Apr 2016 13:27:59 +0000 (18:57 +0530)
Add AUXDATA needed to match the device-tree node for spi0 to the
non-device-tree clock.

Signed-off-by: David Lechner <david@lechnology.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
[nsekhar@ti.com: commit description updates]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/da8xx-dt.c

index 880b94e6481673b14b07e2dad656d4817b74d84f..0ba3dc9963d48937fa8b9af2eaf9d6e70294c9e7 100644 (file)
@@ -40,6 +40,7 @@ static 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", 0x01c41000, "spi_davinci.0", NULL),
        OF_DEV_AUXDATA("ti,da830-spi", 0x01f0e000, "spi_davinci.1", NULL),
        OF_DEV_AUXDATA("ns16550a", 0x01c42000, "serial8250.0", NULL),
        OF_DEV_AUXDATA("ns16550a", 0x01d0c000, "serial8250.1", NULL),