mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
clk: davinci: psc-dm365: 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>
This commit is contained in:
parent
a82c02e5b8
commit
63521abc15
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ LPSC_CLKDEV1(mmcsd1_clkdev, NULL, "da830-mmc.1");
|
|||
LPSC_CLKDEV1(asp0_clkdev, NULL, "davinci-mcbsp");
|
||||
LPSC_CLKDEV1(usb_clkdev, "usb", NULL);
|
||||
LPSC_CLKDEV1(spi2_clkdev, NULL, "spi_davinci.2");
|
||||
LPSC_CLKDEV1(aemif_clkdev, "aemif", NULL);
|
||||
LPSC_CLKDEV2(aemif_clkdev, "aemif", NULL,
|
||||
NULL, "ti-aemif");
|
||||
LPSC_CLKDEV1(mmcsd0_clkdev, NULL, "da830-mmc.0");
|
||||
LPSC_CLKDEV1(i2c_clkdev, NULL, "i2c_davinci.1");
|
||||
LPSC_CLKDEV1(uart0_clkdev, NULL, "serial8250.0");
|
||||
|
|
Loading…
Add table
Reference in a new issue