Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 135a5c56 authored by Jagadeesh Kona's avatar Jagadeesh Kona
Browse files

clk: qcom: gcc-yupik: Remove .name for all external clocks



Cleanup .name for all external clocks as these clocks are
mapped using .fw_name and references to their phandles in
GCC DT node.

Change-Id: I8b4a0600749da29594f5efc9406237945d2c3a1e
Signed-off-by: default avatarJagadeesh Kona <jkona@codeaurora.org>
parent f838988d
Loading
Loading
Loading
Loading
+7 −12
Original line number Diff line number Diff line
@@ -294,7 +294,7 @@ static const struct parent_map gcc_parent_map_6[] = {
};

static const struct clk_parent_data gcc_parent_data_6[] = {
	{ .fw_name = "pcie_0_pipe_clk", .name = "pcie_0_pipe_clk" },
	{ .fw_name = "pcie_0_pipe_clk" },
	{ .fw_name = "bi_tcxo" },
};

@@ -304,7 +304,7 @@ static const struct parent_map gcc_parent_map_7[] = {
};

static const struct clk_parent_data gcc_parent_data_7[] = {
	{ .fw_name = "pcie_1_pipe_clk", .name = "pcie_1_pipe_clk" },
	{ .fw_name = "pcie_1_pipe_clk" },
	{ .fw_name = "bi_tcxo" },
};

@@ -348,8 +348,7 @@ static const struct parent_map gcc_parent_map_10[] = {
};

static const struct clk_parent_data gcc_parent_data_10[] = {
	{ .fw_name = "ufs_phy_rx_symbol_0_clk", .name =
		"ufs_phy_rx_symbol_0_clk"},
	{ .fw_name = "ufs_phy_rx_symbol_0_clk" },
	{ .fw_name = "bi_tcxo" },
};

@@ -359,8 +358,7 @@ static const struct parent_map gcc_parent_map_11[] = {
};

static const struct clk_parent_data gcc_parent_data_11[] = {
	{ .fw_name = "ufs_phy_rx_symbol_1_clk", .name =
		"ufs_phy_rx_symbol_1_clk" },
	{ .fw_name = "ufs_phy_rx_symbol_1_clk" },
	{ .fw_name = "bi_tcxo" },
};

@@ -370,8 +368,7 @@ static const struct parent_map gcc_parent_map_12[] = {
};

static const struct clk_parent_data gcc_parent_data_12[] = {
	{ .fw_name = "ufs_phy_tx_symbol_0_clk", .name =
		"ufs_phy_tx_symbol_0_clk" },
	{ .fw_name = "ufs_phy_tx_symbol_0_clk" },
	{ .fw_name = "bi_tcxo" },
};

@@ -381,8 +378,7 @@ static const struct parent_map gcc_parent_map_13[] = {
};

static const struct clk_parent_data gcc_parent_data_13[] = {
	{ .fw_name = "usb3_phy_wrapper_gcc_usb30_pipe_clk", .name =
		"usb3_phy_wrapper_gcc_usb30_pipe_clk" },
	{ .fw_name = "usb3_phy_wrapper_gcc_usb30_pipe_clk" },
	{ .fw_name = "bi_tcxo" },
};

@@ -392,8 +388,7 @@ static const struct parent_map gcc_parent_map_14[] = {
};

static const struct clk_parent_data gcc_parent_data_14[] = {
	{ .fw_name = "usb3_phy_wrapper_gcc_usb30_pipe_clk", .name =
		"usb3_phy_wrapper_gcc_usb30_pipe_clk" },
	{ .fw_name = "usb3_phy_wrapper_gcc_usb30_pipe_clk" },
	{ .fw_name = "bi_tcxo" },
};