diff options
author | David Lechner <david@lechnology.com> | 2016-04-16 12:00:18 -0500 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-04-25 18:57:59 +0530 |
commit | 801a6aa9aabf5d8e1323dd8bbb748589e4706d44 (patch) | |
tree | 51e95b909ea613ac38a8b63203ee928324eaf762 /arch | |
parent | 4be4b28a404e431660d8188f175c02dfee961399 (diff) | |
download | linux-stable-801a6aa9aabf5d8e1323dd8bbb748589e4706d44.tar.gz linux-stable-801a6aa9aabf5d8e1323dd8bbb748589e4706d44.tar.bz2 linux-stable-801a6aa9aabf5d8e1323dd8bbb748589e4706d44.zip |
ARM: davinci: da8xx-dt: Add spi0 lookup for clock matching
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-davinci/da8xx-dt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/da8xx-dt.c b/arch/arm/mach-davinci/da8xx-dt.c index 880b94e64816..0ba3dc9963d4 100644 --- a/arch/arm/mach-davinci/da8xx-dt.c +++ b/arch/arm/mach-davinci/da8xx-dt.c @@ -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), |