diff options
author | 2016-09-02 18:21:23 +0200 | |
---|---|---|
committer | 2016-09-02 18:21:23 +0200 | |
commit | 2fca8430593f10366a7b1584e9cdee7e58cfd8d8 (patch) | |
tree | 7cda8f7b9544367960306dce7d77c8a2f9186ecd /arch/arm/mach-davinci/da850.c | |
parent | Linux 4.8-rc4 (diff) | |
parent | ARM: davinci: da850: Add ti-aemif lookup for clock matching (diff) | |
download | wireguard-linux-2fca8430593f10366a7b1584e9cdee7e58cfd8d8.tar.xz wireguard-linux-2fca8430593f10366a7b1584e9cdee7e58cfd8d8.zip |
Merge tag 'davinci-for-v4.9/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/soc
Merge "DaVinci soc support updates for v4.9" from Sekhar Nori:
DA850 SoC support update for making it possible
to use TI AEMIF driver in drivers/memory on DA850.
* tag 'davinci-for-v4.9/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci:
ARM: davinci: da850: Add ti-aemif lookup for clock matching
Diffstat (limited to '')
-rw-r--r-- | arch/arm/mach-davinci/da850.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c index 0d046accb35b..ed3d0e9f72ac 100644 --- a/arch/arm/mach-davinci/da850.c +++ b/arch/arm/mach-davinci/da850.c @@ -501,6 +501,7 @@ static struct clk_lookup da850_clks[] = { CLK("da8xx_lcdc.0", "fck", &lcdc_clk), CLK("da830-mmc.0", NULL, &mmcsd0_clk), 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), |