Unverified Commit f40d4e0d authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!7012 clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays

parents 20cd8126 5e58a417
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -985,6 +985,7 @@ static struct clk_rcg2 pcie0_axi_clk_src = {

static const struct freq_tbl ftbl_pcie_aux_clk_src[] = {
	F(19200000, P_XO, 1, 0, 0),
	{ }
};

static struct clk_rcg2 pcie0_aux_clk_src = {
@@ -1090,6 +1091,7 @@ static const struct freq_tbl ftbl_sdcc_ice_core_clk_src[] = {
	F(19200000, P_XO, 1, 0, 0),
	F(160000000, P_GPLL0, 5, 0, 0),
	F(308570000, P_GPLL6, 3.5, 0, 0),
	{ }
};

static struct clk_rcg2 sdcc1_ice_core_clk_src = {