clk: stm32mp1: parent clocks update
commit749c9e553eupstream. Fixes parent clock for axi, fdcan, sai and adc12 clocks. Fixes:e51d297e9a("clk: stm32mp1: add Sub System clocks") Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6887765e65
commit
115160ff78
1 changed files with 5 additions and 5 deletions
|
|
@ -121,7 +121,7 @@ static const char * const cpu_src[] = {
|
|||
};
|
||||
|
||||
static const char * const axi_src[] = {
|
||||
"ck_hsi", "ck_hse", "pll2_p", "pll3_p"
|
||||
"ck_hsi", "ck_hse", "pll2_p"
|
||||
};
|
||||
|
||||
static const char * const per_src[] = {
|
||||
|
|
@ -225,19 +225,19 @@ static const char * const usart6_src[] = {
|
|||
};
|
||||
|
||||
static const char * const fdcan_src[] = {
|
||||
"ck_hse", "pll3_q", "pll4_q"
|
||||
"ck_hse", "pll3_q", "pll4_q", "pll4_r"
|
||||
};
|
||||
|
||||
static const char * const sai_src[] = {
|
||||
"pll4_q", "pll3_q", "i2s_ckin", "ck_per"
|
||||
"pll4_q", "pll3_q", "i2s_ckin", "ck_per", "pll3_r"
|
||||
};
|
||||
|
||||
static const char * const sai2_src[] = {
|
||||
"pll4_q", "pll3_q", "i2s_ckin", "ck_per", "spdif_ck_symb"
|
||||
"pll4_q", "pll3_q", "i2s_ckin", "ck_per", "spdif_ck_symb", "pll3_r"
|
||||
};
|
||||
|
||||
static const char * const adc12_src[] = {
|
||||
"pll4_q", "ck_per"
|
||||
"pll4_r", "ck_per", "pll3_q"
|
||||
};
|
||||
|
||||
static const char * const dsi_src[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue