diff options
author | David Lechner <david@lechnology.com> | 2016-10-26 19:18:16 -0500 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-10-31 17:25:03 +0530 |
commit | b08157a1b650773ab446ae173c908f8c9abdb9a4 (patch) | |
tree | f9a7a3466ee8cd2cbbfc259ac2825d98156e96fe /arch/arm/mach-davinci/da850.c | |
parent | 9b504750923cb71473cf55e0a3a594a39e57e268 (diff) | |
download | blackbird-obmc-linux-b08157a1b650773ab446ae173c908f8c9abdb9a4.tar.gz blackbird-obmc-linux-b08157a1b650773ab446ae173c908f8c9abdb9a4.zip |
ARM: davinci: da8xx: Add USB device names to clock lookup tables
This adds device names for the SoC USB devices to the clock lookup tables
in da830.c and da850.c.
Also add the USB device names to the da850_auxdata_lookup[] table.
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/da850.c')
-rw-r--r-- | arch/arm/mach-davinci/da850.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c index ed3d0e9f72ac..196e262b7147 100644 --- a/arch/arm/mach-davinci/da850.c +++ b/arch/arm/mach-davinci/da850.c @@ -503,8 +503,8 @@ static struct clk_lookup da850_clks[] = { CLK("da830-mmc.1", NULL, &mmcsd1_clk), CLK("ti-aemif", NULL, &aemif_clk), CLK(NULL, "aemif", &aemif_clk), - CLK(NULL, "usb11", &usb11_clk), - CLK(NULL, "usb20", &usb20_clk), + CLK("ohci", "usb11", &usb11_clk), + CLK("musb-da8xx", "usb20", &usb20_clk), CLK("spi_davinci.0", NULL, &spi0_clk), CLK("spi_davinci.1", NULL, &spi1_clk), CLK("vpif", NULL, &vpif_clk), |