Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1204062

[PATCH v7 1/9] clk: mediatek: Removed unused dpi_ck clock from MT8173

From James Liao <jamesjj.liao@mediatek.com>
Newsgroups linux.kernel
Subject [PATCH v7 1/9] clk: mediatek: Removed unused dpi_ck clock from MT8173
Date 2015-08-10 12:20 +0200
Message-ID <pVSlu-3cZ-89@gated-at.bofh.it> (permalink)
References <pVS26-2wD-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The dpi_ck clock can be removed because it not actually used
in topckgen and subsystems.

Signed-off-by: James Liao <jamesjj.liao@mediatek.com>
---
 drivers/clk/mediatek/clk-mt8173.c      | 1 -
 include/dt-bindings/clock/mt8173-clk.h | 1 -
 2 files changed, 2 deletions(-)

diff --git a/drivers/clk/mediatek/clk-mt8173.c b/drivers/clk/mediatek/clk-mt8173.c
index 8b6523d..80871e2 100644
--- a/drivers/clk/mediatek/clk-mt8173.c
+++ b/drivers/clk/mediatek/clk-mt8173.c
@@ -26,7 +26,6 @@ static DEFINE_SPINLOCK(mt8173_clk_lock);
 
 static const struct mtk_fixed_factor root_clk_alias[] __initconst = {
 	FACTOR(CLK_TOP_CLKPH_MCK_O, "clkph_mck_o", "clk_null", 1, 1),
-	FACTOR(CLK_TOP_DPI, "dpi_ck", "clk_null", 1, 1),
 	FACTOR(CLK_TOP_USB_SYSPLL_125M, "usb_syspll_125m", "clk_null", 1, 1),
 	FACTOR(CLK_TOP_HDMITX_DIG_CTS, "hdmitx_dig_cts", "clk_null", 1, 1),
 };
diff --git a/include/dt-bindings/clock/mt8173-clk.h b/include/dt-bindings/clock/mt8173-clk.h
index 4ad76ed..7230c38 100644
--- a/include/dt-bindings/clock/mt8173-clk.h
+++ b/include/dt-bindings/clock/mt8173-clk.h
@@ -18,7 +18,6 @@
 /* TOPCKGEN */
 
 #define CLK_TOP_CLKPH_MCK_O		1
-#define CLK_TOP_DPI			2
 #define CLK_TOP_USB_SYSPLL_125M		3
 #define CLK_TOP_HDMITX_DIG_CTS		4
 #define CLK_TOP_ARMCA7PLL_754M		5
-- 
1.8.1.1.dirty

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v7 0/9] Fixes and new clocks support for Mediatek MT8173 James Liao <jamesjj.liao@mediatek.com> - 2015-08-10 12:00 +0200
  [PATCH v7 6/9] dt-bindings: ARM: Mediatek: Document devicetree bindings for clock controllers James Liao <jamesjj.liao@mediatek.com> - 2015-08-10 12:00 +0200
  [PATCH v7 3/9] clk: mediatek: Add __initdata and __init for data and functions James Liao <jamesjj.liao@mediatek.com> - 2015-08-10 12:00 +0200
  [PATCH v7 8/9] clk: mediatek: Add USB clock support in MT8173 APMIXEDSYS James Liao <jamesjj.liao@mediatek.com> - 2015-08-10 12:00 +0200
  [PATCH v7 4/9] clk: mediatek: Add fixed clocks support for Mediatek SoC. James Liao <jamesjj.liao@mediatek.com> - 2015-08-10 12:00 +0200
  [PATCH v7 1/9] clk: mediatek: Removed unused dpi_ck clock from MT8173 James Liao <jamesjj.liao@mediatek.com> - 2015-08-10 12:20 +0200
  Re: [PATCH v7 0/9] Fixes and new clocks support for Mediatek MT8173 Daniel Kurtz <djkurtz@chromium.org> - 2015-08-11 06:50 +0200
    Re: [PATCH v7 0/9] Fixes and new clocks support for Mediatek MT8173 Daniel Kurtz <djkurtz@chromium.org> - 2015-08-14 06:10 +0200
      Re: [PATCH v7 0/9] Fixes and new clocks support for Mediatek MT8173 Sascha Hauer <s.hauer@pengutronix.de> - 2015-08-19 17:00 +0200

csiph-web