aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/davinci
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2018-06-28 11:57:38 +0200
committerDavid Lechner <david@lechnology.com>2018-07-06 12:34:54 -0500
commit8d1a83faa6d3f9c5ffb2a844bc6da6631e177245 (patch)
tree053885639649366575a7a8b32bec58bbea57720e /drivers/clk/davinci
parentclk: davinci: psc-dm365: use two lookup entries for the aemif clock (diff)
downloadlinux-dev-8d1a83faa6d3f9c5ffb2a844bc6da6631e177245.tar.xz
linux-dev-8d1a83faa6d3f9c5ffb2a844bc6da6631e177245.zip
clk: davinci: psc-dm644x: use two lookup entries for the aemif clock
We want to be able to get the clock both from the board file by its con_id and from the aemif driver by dev_id. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by: David Lechner <david@lechnology.com> Signed-off-by: David Lechner <david@lechnology.com>
Diffstat (limited to 'drivers/clk/davinci')
-rw-r--r--drivers/clk/davinci/psc-dm644x.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/clk/davinci/psc-dm644x.c b/drivers/clk/davinci/psc-dm644x.c
index fc0230e3a3d6..0cea6e0bd5f0 100644
--- a/drivers/clk/davinci/psc-dm644x.c
+++ b/drivers/clk/davinci/psc-dm644x.c
@@ -21,7 +21,8 @@ LPSC_CLKDEV2(emac_clkdev, NULL, "davinci_emac.1",
"fck", "davinci_mdio.0");
LPSC_CLKDEV1(usb_clkdev, "usb", NULL);
LPSC_CLKDEV1(ide_clkdev, NULL, "palm_bk3710");
-LPSC_CLKDEV1(aemif_clkdev, "aemif", NULL);
+LPSC_CLKDEV2(aemif_clkdev, "aemif", NULL,
+ NULL, "ti-aemif");
LPSC_CLKDEV1(mmcsd_clkdev, NULL, "dm6441-mmc.0");
LPSC_CLKDEV1(asp0_clkdev, NULL, "davinci-mcbsp");
LPSC_CLKDEV1(i2c_clkdev, NULL, "i2c_davinci.1");