Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: davinci: psc-da850: remove the 'davinci_nand.0" lookup

Since commit a8e3923ab571 ("mtd: rawnand: davinci: don't acquire and
enable clock") we no longer acquire the aemif clock from the davinci
nand driver - we only do it from the ti-aemif driver. Remove the nand
entry from the psc lookup table.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: David Lechner <david@lechnology.com>
Signed-off-by: David Lechner <david@lechnology.com>

authored by

Bartosz Golaszewski and committed by
David Lechner
a82c02e5 ce397d21

+1 -2
+1 -2
drivers/clk/davinci/psc-da850.c
··· 16 16 17 17 #include "psc.h" 18 18 19 - LPSC_CLKDEV2(emifa_clkdev, NULL, "ti-aemif", 20 - "aemif", "davinci_nand.0"); 19 + LPSC_CLKDEV1(emifa_clkdev, NULL, "ti-aemif"); 21 20 LPSC_CLKDEV1(spi0_clkdev, NULL, "spi_davinci.0"); 22 21 LPSC_CLKDEV1(mmcsd0_clkdev, NULL, "da830-mmc.0"); 23 22 LPSC_CLKDEV1(uart0_clkdev, NULL, "serial8250.0");