summary refs log tree commit diff
diff options
context:
space:
mode:
authorKarl Beldan <kbeldan@baylibre.com>2016-10-05 15:05:31 +0200
committerSekhar Nori <nsekhar@ti.com>2016-10-31 16:58:21 +0530
commitec7cc27ed157a7323d08c31d73cada1dfe101642 (patch)
tree9472dd3c133d70a4245ac053d5af08fd090b8aad
parent40a17abc8b98440ba3c05254b57564a6db1a70b0 (diff)
downloadlinux-ec7cc27ed157a7323d08c31d73cada1dfe101642.tar.gz
ARM: davinci: da8xx-dt: add OF_DEV_AUXDATA entry for lcdc
This is required for tilcdc to be able to acquire a functional clock
on da850 SoCs.

Signed-off-by: Karl Beldan <kbeldan@baylibre.com>
[Bartosz:
  - added the commit description
  - changed the compatible string to 'ti,da850-tilcdc']
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
-rw-r--r--arch/arm/mach-davinci/da8xx-dt.c1
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 c9f7e9274aa8..697da3d86563 100644
--- a/arch/arm/mach-davinci/da8xx-dt.c
+++ b/arch/arm/mach-davinci/da8xx-dt.c
@@ -38,6 +38,7 @@ static struct of_dev_auxdata da850_auxdata_lookup[] __initdata = {
 		       NULL),
 	OF_DEV_AUXDATA("ti,da830-mcasp-audio", 0x01d00000, "davinci-mcasp.0", NULL),
 	OF_DEV_AUXDATA("ti,da850-aemif", 0x68000000, "ti-aemif", NULL),
+	OF_DEV_AUXDATA("ti,da850-tilcdc", 0x01e13000, "da8xx_lcdc.0", NULL),
 	{}
 };