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

Commit 1b19b217 authored by Taniya Das's avatar Taniya Das
Browse files

clk:qcom: gpu: Update gpucc compatible for gpu driver



Update gpucc compatible string as per documentation
binding.

Change-Id: Ia111bdd69dd0db4fa9925eb24902eaa49470f073
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent f74ff626
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -396,7 +396,7 @@ static const struct qcom_cc_desc gpu_cc_lito_desc = {
};

static const struct of_device_id gpu_cc_lito_match_table[] = {
	{ .compatible = "qcom,gpucc-lito" },
	{ .compatible = "qcom,lito-gpucc" },
	{ }
};
MODULE_DEVICE_TABLE(of, gpu_cc_lito_match_table);