summaryrefslogtreecommitdiffstats
path: root/drivers/clk/meson
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2017-05-04 20:19:19 +0200
committerJerome Brunet <jbrunet@baylibre.com>2017-05-29 12:33:19 +0000
commitf40a8ce96ae141f5ec83204471df4902e86a572c (patch)
tree6dd478b3e33d9abea6f9d8ef185d25d5ba9d30f8 /drivers/clk/meson
parent9dc6bd7678f6ee518c92808886ee087e31f749cf (diff)
downloadop-kernel-dev-f40a8ce96ae141f5ec83204471df4902e86a572c.zip
op-kernel-dev-f40a8ce96ae141f5ec83204471df4902e86a572c.tar.gz
clk: meson-gxbb: un-export the CPU clock
The CPU clock defined in the Meson GX clock driver is actually a left-over from the Meson8b clock controller. Un-export the clock so we can remove it from the driver. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Diffstat (limited to 'drivers/clk/meson')
-rw-r--r--drivers/clk/meson/gxbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/meson/gxbb.h b/drivers/clk/meson/gxbb.h
index 16ab5b2..4d04f4a 100644
--- a/drivers/clk/meson/gxbb.h
+++ b/drivers/clk/meson/gxbb.h
@@ -171,7 +171,7 @@
* to be exposed to client nodes in DT: include/dt-bindings/clock/gxbb-clkc.h
*/
#define CLKID_SYS_PLL 0
-/* CLKID_CPUCLK */
+#define CLKID_CPUCLK 1
/* CLKID_HDMI_PLL */
#define CLKID_FIXED_PLL 3
/* CLKID_FCLK_DIV2 */
OpenPOWER on IntegriCloud