mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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:
parent
6ba48090ff
commit
660a6fc29b
1 changed files with 4 additions and 4 deletions
|
@ -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] = {
|
||||
|
|
Loading…
Reference in a new issue