Commit b910f74a authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by David Lechner
Browse files

clk: davinci: psc-dm646x: 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: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: default avatarDavid Lechner <david@lechnology.com>
Signed-off-by: default avatarDavid Lechner <david@lechnology.com>
parent 8d1a83fa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@
LPSC_CLKDEV1(ide_clkdev,	NULL,		"palm_bk3710");
LPSC_CLKDEV2(emac_clkdev,	NULL,		"davinci_emac.1",
				"fck",		"davinci_mdio.0");
LPSC_CLKDEV1(aemif_clkdev,	"aemif",	NULL);
LPSC_CLKDEV2(aemif_clkdev,	"aemif",	NULL,
				NULL,		"ti-aemif");
LPSC_CLKDEV1(mcasp0_clkdev,	NULL,		"davinci-mcasp.0");
LPSC_CLKDEV1(mcasp1_clkdev,	NULL,		"davinci-mcasp.1");
LPSC_CLKDEV1(uart0_clkdev,	NULL,		"serial8250.0");