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

Commit 87310f9d authored by Diptanshu Jamgade's avatar Diptanshu Jamgade Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Add GPUCC clock driver for ATOLL



Add support for peripheral clocks controlled by
graphics clock controller.

Change-Id: If8f80fd890788194217bb9fb6cdb6407ccce511b
Signed-off-by: default avatarDiptanshu Jamgade <djamgade@codeaurora.org>
parent 8d3b44a7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@ Required properties :
		"qcom,gpucc-sm6150",
		"qcom,gpucc-sdmmagpie",
		"qcom,gpucc-trinket",
		"qcom,gpucc-sa6155".
		"qcom,gpucc-sa6155",
		"qcom,atoll-gpucc".

- reg : shall contain base register offset and size.
- reg-names: names of registers listed in the same order as in the reg property.
+2 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -578,6 +578,7 @@ static const struct qcom_cc_desc gpu_cc_sdmmagpie_desc = {

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