clk: fix gp0_pll typo

PD#164749: fix gp0_pll typo

Change-Id: Id50fc1fbc0f0af4a6d2364271317b6b75d963a34
Signed-off-by: Qiufang Dai <qiufang.dai@amlogic.com>
This commit is contained in:
Qiufang Dai
2018-04-19 17:40:44 +08:00
parent ff2cc992f3
commit 48971d19d0
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
#include "axg.h"
static const char * const sd_emmc_parent_names[] = { "xtal", "fclk_div2",
"fclk_div3", "fclk_div5", "fclk_div7", "mpll2", "mpll3", "gp0" };
"fclk_div3", "fclk_div5", "fclk_div7", "mpll2", "mpll3", "gp0_pll" };
static struct clk_mux sd_emmc_p0_mux_B = {
.reg = (void *)HHI_SD_EMMC_CLK_CNTL,

View File

@@ -57,7 +57,7 @@ static struct clk_gate g12a_ts_clk_gate = {
static const char * const spicc_parent_names[] = { "xtal",
"clk81", "fclk_div4", "fclk_div3", "fclk_div2", "fclk_div5",
"fclk_div7", "gp0"};
"fclk_div7", "gp0_pll"};
/* spicc clk */
static struct clk_mux g12a_spicc0_mux = {

View File

@@ -27,7 +27,7 @@
#include "g12a.h"
static const char * const sd_emmc_parent_names[] = { "xtal", "fclk_div2",
"fclk_div3", "fclk_div5", "fclk_div7", "mpll2", "mpll3", "gp0" };
"fclk_div3", "fclk_div5", "fclk_div7", "mpll2", "mpll3", "gp0_pll" };
static struct clk_mux sd_emmc_p0_mux_A = {
.reg = (void *)HHI_SD_EMMC_CLK_CNTL,

View File

@@ -32,7 +32,7 @@
#define to_clk_composite(_hw) container_of(_hw, struct clk_composite, hw)
const char *sd_emmc_parent_names[] = { "xtal", "fclk_div2",
"fclk_div3", "fclk_div5", "fclk_div7", "mpll2", "mpll3", "gp0" };
"fclk_div3", "fclk_div5", "fclk_div7", "mpll2", "mpll3", "gp0_pll" };
static struct clk_mux sd_emmc_p0_mux_A = {
.reg = (void *)HHI_SD_EMMC_CLK_CNTL,