diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-03-22 11:16:18 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-03-23 09:36:11 -0700 |
commit | 726fef09b8018e58f1930fc7bc0a46e8d12ed8c1 (patch) | |
tree | 74189d547433f11a7a5284ba10440416f531e612 /drivers/clk/ux500/u9540_clk.c | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) | |
download | blackbird-op-linux-726fef09b8018e58f1930fc7bc0a46e8d12ed8c1.tar.gz blackbird-op-linux-726fef09b8018e58f1930fc7bc0a46e8d12ed8c1.zip |
clk: ux500: Drop AB8540/9540 support
The AB8540 was an evolved version of the AB8500, but it was never
mass produced or put into products, only reference designs exist.
The upstream support was never completed and it is unlikely that
this will happen so drop the support for now to simplify
maintenance of the AB8500.
Cc: Loic Pallardy <loic.pallardy@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/ux500/u9540_clk.c')
-rw-r--r-- | drivers/clk/ux500/u9540_clk.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/clk/ux500/u9540_clk.c b/drivers/clk/ux500/u9540_clk.c deleted file mode 100644 index 7b6bca49ce42..000000000000 --- a/drivers/clk/ux500/u9540_clk.c +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Clock definitions for u9540 platform. - * - * Copyright (C) 2012 ST-Ericsson SA - * Author: Ulf Hansson <ulf.hansson@linaro.org> - * - * License terms: GNU General Public License (GPL) version 2 - */ - -#include <linux/clk-provider.h> -#include <linux/mfd/dbx500-prcmu.h> -#include "clk.h" - -static void u9540_clk_init(struct device_node *np) -{ - /* register clocks here */ -} -CLK_OF_DECLARE(u9540_clks, "stericsson,u9540-clks", u9540_clk_init); |