From dfe1a4fff04a1cd04a46568265d27c27f2c70526 Mon Sep 17 00:00:00 2001
From: Philipp Zabel
Date: Mon, 8 Apr 2013 16:46:22 +0200
Subject: [PATCH] --- yaml --- r: 373935 b: refs/heads/master c:
d24de4952314afbbcd51b1fb72e5a320d60379dc h: refs/heads/master i: 373933:
e13fc33f540317714605fbc0cc3416623a4c8735 373931:
9b50abbc5f0374ad36619a1ff978bc1dd4fb2d97 373927:
d890e9cabb241bf9abc2d4518b8c8d13ef01c837 373919:
2b2e645cda6d7f48cec60922ced0130f33c49109 v: v3
---
[refs] | 2 +-
trunk/Documentation/devicetree/bindings/clock/imx5-clock.txt | 1 -
trunk/arch/arm/mach-imx/clk-imx51-imx53.c | 3 +--
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/[refs] b/[refs]
index ea90f3347627..a74a1125b7ad 100644
--- a/[refs]
+++ b/[refs]
@@ -1,2 +1,2 @@
---
-refs/heads/master: f550e70175c43686e5b2df24b1a4054c5afce6e4
+refs/heads/master: d24de4952314afbbcd51b1fb72e5a320d60379dc
diff --git a/trunk/Documentation/devicetree/bindings/clock/imx5-clock.txt b/trunk/Documentation/devicetree/bindings/clock/imx5-clock.txt
index 84cae1f187ca..d71b4b2c077d 100644
--- a/trunk/Documentation/devicetree/bindings/clock/imx5-clock.txt
+++ b/trunk/Documentation/devicetree/bindings/clock/imx5-clock.txt
@@ -38,7 +38,6 @@ clocks and IDs.
usb_phy_podf 23
cpu_podf 24
di_pred 25
- tve_di 26
tve_s 27
uart1_ipg_gate 28
uart1_per_gate 29
diff --git a/trunk/arch/arm/mach-imx/clk-imx51-imx53.c b/trunk/arch/arm/mach-imx/clk-imx51-imx53.c
index a107e811004a..cac6a5fce9de 100644
--- a/trunk/arch/arm/mach-imx/clk-imx51-imx53.c
+++ b/trunk/arch/arm/mach-imx/clk-imx51-imx53.c
@@ -78,7 +78,7 @@ enum imx5_clks {
dummy, ckil, osc, ckih1, ckih2, ahb, ipg, axi_a, axi_b, uart_pred,
uart_root, esdhc_a_pred, esdhc_b_pred, esdhc_c_s, esdhc_d_s,
emi_sel, emi_slow_podf, nfc_podf, ecspi_pred, ecspi_podf, usboh3_pred,
- usboh3_podf, usb_phy_pred, usb_phy_podf, cpu_podf, di_pred, tve_di,
+ usboh3_podf, usb_phy_pred, usb_phy_podf, cpu_podf, di_pred, tve_di_unused,
tve_s, uart1_ipg_gate, uart1_per_gate, uart2_ipg_gate,
uart2_per_gate, uart3_ipg_gate, uart3_per_gate, i2c1_gate, i2c2_gate,
gpt_ipg_gate, pwm1_ipg_gate, pwm1_hf_gate, pwm2_ipg_gate, pwm2_hf_gate,
@@ -187,7 +187,6 @@ static void __init mx5_clocks_common_init(unsigned long rate_ckil,
usb_phy_sel_str, ARRAY_SIZE(usb_phy_sel_str));
clk[cpu_podf] = imx_clk_divider("cpu_podf", "pll1_sw", MXC_CCM_CACRR, 0, 3);
clk[di_pred] = imx_clk_divider("di_pred", "pll3_sw", MXC_CCM_CDCDR, 6, 3);
- clk[tve_di] = imx_clk_fixed("tve_di", 65000000); /* FIXME */
clk[iim_gate] = imx_clk_gate2("iim_gate", "ipg", MXC_CCM_CCGR0, 30);
clk[uart1_ipg_gate] = imx_clk_gate2("uart1_ipg_gate", "ipg", MXC_CCM_CCGR1, 6);
clk[uart1_per_gate] = imx_clk_gate2("uart1_per_gate", "uart_root", MXC_CCM_CCGR1, 8);