8064: tsif: Update the source clock names

The platform data passed to the driver contains the names of the
source clocks.  These names were updated in the clock driver, and
must be updated here to match.

Change-Id: Iaebdd80b4c698564ff2d0e5f2a665e11fe9439c4
Signed-off-by: Joel Nider <jnider@codeaurora.org>
This commit is contained in:
Joel Nider 2012-06-27 12:00:22 +03:00 committed by Stephen Boyd
parent 6ba48090ff
commit 660a6fc29b

View file

@ -1788,8 +1788,8 @@ static const struct msm_gpio tsif1_gpios[] = {
struct msm_tsif_platform_data tsif1_platform_data = {
.num_gpios = ARRAY_SIZE(tsif1_gpios),
.gpios = tsif1_gpios,
.tsif_pclk = "tsif_pclk",
.tsif_ref_clk = "tsif_ref_clk",
.tsif_pclk = "iface_clk",
.tsif_ref_clk = "ref_clk",
};
struct resource tsif1_resources[] = {
@ -1813,8 +1813,8 @@ struct resource tsif1_resources[] = {
struct msm_tsif_platform_data tsif0_platform_data = {
.num_gpios = ARRAY_SIZE(tsif0_gpios),
.gpios = tsif0_gpios,
.tsif_pclk = "tsif_pclk",
.tsif_ref_clk = "tsif_ref_clk",
.tsif_pclk = "iface_clk",
.tsif_ref_clk = "ref_clk",
};
struct resource tsif0_resources[] = {
[0] = {