clk/qcom: sm8250: Fix variable name of msm_clk_data
Update the variable name to sm8250_gcc_data as it's in the sm8250
driver.
Fixes: dcd688229c ("clk/qcom: add driver for sm8250 GCC")
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Casey Connolly <casey.connolly@linaro.org>
Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250611-qcom-clk-variable-names-v1-2-37615b74daad@fairphone.com
Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
This commit is contained in:
@@ -360,7 +360,7 @@ static const char *const sm8250_rcg_names[] = {
|
||||
"GCC_PCIE_2_AUX_CMD_RCGR",
|
||||
};
|
||||
|
||||
static struct msm_clk_data qcs404_gcc_data = {
|
||||
static struct msm_clk_data sm8250_gcc_data = {
|
||||
.resets = sm8250_gcc_resets,
|
||||
.num_resets = ARRAY_SIZE(sm8250_gcc_resets),
|
||||
.clks = sm8250_clks,
|
||||
@@ -381,7 +381,7 @@ static struct msm_clk_data qcs404_gcc_data = {
|
||||
static const struct udevice_id gcc_sm8250_of_match[] = {
|
||||
{
|
||||
.compatible = "qcom,gcc-sm8250",
|
||||
.data = (ulong)&qcs404_gcc_data,
|
||||
.data = (ulong)&sm8250_gcc_data,
|
||||
},
|
||||
{}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user