projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b08157a
)
ARM: davinci: da8xx-dt: add OF_DEV_AUXDATA entry for USB phy
author
David Lechner
<david@lechnology.com>
Mon, 31 Oct 2016 20:47:19 +0000
(15:47 -0500)
committer
Sekhar Nori
<nsekhar@ti.com>
Tue, 1 Nov 2016 09:50:34 +0000
(15:20 +0530)
Add OF_DEV_AUXDATA() entry for USB phy. This is required for
so that clock lookup will work for the USB PHY driver.
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/da8xx-dt.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-davinci/da8xx-dt.c
b/arch/arm/mach-davinci/da8xx-dt.c
index 0e45cbd57273a7a7a7ded4b384c80f12317a4eab..5e67618180a7d18d390aaf172e9e29f19e79dcc1 100644
(file)
--- a/
arch/arm/mach-davinci/da8xx-dt.c
+++ b/
arch/arm/mach-davinci/da8xx-dt.c
@@
-41,6
+41,7
@@
static struct of_dev_auxdata da850_auxdata_lookup[] __initdata = {
OF_DEV_AUXDATA("ti,da850-tilcdc", 0x01e13000, "da8xx_lcdc.0", NULL),
OF_DEV_AUXDATA("ti,da830-ohci", 0x01e25000, "ohci", NULL),
OF_DEV_AUXDATA("ti,da830-musb", 0x01e00000, "musb-da8xx", NULL),
+ OF_DEV_AUXDATA("ti,da830-usb-phy", 0x01c1417c, "da8xx-usb-phy", NULL),
{}
};