diff options
author | James Liao <jamesjj.liao@mediatek.com> | 2015-07-28 14:30:03 +0800 |
---|---|---|
committer | James Liao <jamesjj.liao@mediatek.com> | 2015-10-01 12:04:48 +0800 |
commit | 829f4912d1577f6ee68274fcb678f9da0b760244 (patch) | |
tree | 505625d267c8fc0dae133406c5f4a554f3c07744 /include/dt-bindings | |
parent | 2d61fe0fc7f0a8c214587ba063fc8770486c0af1 (diff) |
clk: mediatek: Removed unused dpi_ck clock from MT8173
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>
Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/mt8173-clk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/mt8173-clk.h b/include/dt-bindings/clock/mt8173-clk.h index fa2a2bb09d15..69a8a8e7a586 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 |