diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2018-06-28 11:57:36 +0200 |
---|---|---|
committer | David Lechner <david@lechnology.com> | 2018-07-06 12:33:57 -0500 |
commit | a82c02e5b8ec55bfa31218ef26c78b7d88afa97b (patch) | |
tree | 97a972901b95964330df542337791a1276c245a5 /drivers/clk | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 (diff) | |
download | blackbird-obmc-linux-a82c02e5b8ec55bfa31218ef26c78b7d88afa97b.tar.gz blackbird-obmc-linux-a82c02e5b8ec55bfa31218ef26c78b7d88afa97b.zip |
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>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/davinci/psc-da850.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/clk/davinci/psc-da850.c b/drivers/clk/davinci/psc-da850.c index d196dcbed560..5a18bca464cd 100644 --- a/drivers/clk/davinci/psc-da850.c +++ b/drivers/clk/davinci/psc-da850.c @@ -16,8 +16,7 @@ #include "psc.h" -LPSC_CLKDEV2(emifa_clkdev, NULL, "ti-aemif", - "aemif", "davinci_nand.0"); +LPSC_CLKDEV1(emifa_clkdev, NULL, "ti-aemif"); LPSC_CLKDEV1(spi0_clkdev, NULL, "spi_davinci.0"); LPSC_CLKDEV1(mmcsd0_clkdev, NULL, "da830-mmc.0"); LPSC_CLKDEV1(uart0_clkdev, NULL, "serial8250.0"); |