projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63521ab
)
clk: davinci: psc-dm644x: use two lookup entries for the aemif clock
author
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Thu, 28 Jun 2018 09:57:38 +0000
(11:57 +0200)
committer
David Lechner
<david@lechnology.com>
Fri, 6 Jul 2018 17:34:54 +0000
(12:34 -0500)
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>
drivers/clk/davinci/psc-dm644x.c
patch
|
blob
|
history
diff --git
a/drivers/clk/davinci/psc-dm644x.c
b/drivers/clk/davinci/psc-dm644x.c
index
fc0230e
..
0cea6e0
100644
(file)
--- 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");