mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
clk: qcom: gcc-sc7280: switch to parent_hws
Change several entries of parent_data to use parent_hws instead, which results in slightly more ovbious code. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230103145515.1164020-10-dmitry.baryshkov@linaro.org
This commit is contained in:
committed by
Bjorn Andersson
parent
bbedddafa0
commit
a28c07fc91
@@ -2760,9 +2760,8 @@ static struct clk_branch gcc_usb30_prim_mock_utmi_clk = {
|
|||||||
.enable_mask = BIT(0),
|
.enable_mask = BIT(0),
|
||||||
.hw.init = &(struct clk_init_data){
|
.hw.init = &(struct clk_init_data){
|
||||||
.name = "gcc_usb30_prim_mock_utmi_clk",
|
.name = "gcc_usb30_prim_mock_utmi_clk",
|
||||||
.parent_data = &(const struct clk_parent_data){
|
.parent_hws = (const struct clk_hw*[]) {
|
||||||
.hw =
|
&gcc_usb30_prim_mock_utmi_postdiv_clk_src.clkr.hw,
|
||||||
&gcc_usb30_prim_mock_utmi_postdiv_clk_src.clkr.hw,
|
|
||||||
},
|
},
|
||||||
.num_parents = 1,
|
.num_parents = 1,
|
||||||
.flags = CLK_SET_RATE_PARENT,
|
.flags = CLK_SET_RATE_PARENT,
|
||||||
@@ -2810,9 +2809,8 @@ static struct clk_branch gcc_usb30_sec_mock_utmi_clk = {
|
|||||||
.enable_mask = BIT(0),
|
.enable_mask = BIT(0),
|
||||||
.hw.init = &(struct clk_init_data){
|
.hw.init = &(struct clk_init_data){
|
||||||
.name = "gcc_usb30_sec_mock_utmi_clk",
|
.name = "gcc_usb30_sec_mock_utmi_clk",
|
||||||
.parent_data = &(const struct clk_parent_data){
|
.parent_hws = (const struct clk_hw*[]) {
|
||||||
.hw =
|
&gcc_usb30_sec_mock_utmi_postdiv_clk_src.clkr.hw,
|
||||||
&gcc_usb30_sec_mock_utmi_postdiv_clk_src.clkr.hw,
|
|
||||||
},
|
},
|
||||||
.num_parents = 1,
|
.num_parents = 1,
|
||||||
.flags = CLK_SET_RATE_PARENT,
|
.flags = CLK_SET_RATE_PARENT,
|
||||||
|
Reference in New Issue
Block a user