summaryrefslogtreecommitdiffstats
path: root/drivers/clk/meson
diff options
context:
space:
mode:
authorKevin Hilman2016-07-07 05:38:37 +0200
committerMichael Turquette2016-07-08 05:05:59 +0200
commite16fb2e6355c1c1b41623af9e01ada196e2af098 (patch)
treebcee2fb68eb3aff77357fde6bc4f7743aed1a6a7 /drivers/clk/meson
parentclk: gxbb: add AmLogic GXBB clk controller driver (diff)
downloadkernel-qcow2-linux-e16fb2e6355c1c1b41623af9e01ada196e2af098.tar.gz
kernel-qcow2-linux-e16fb2e6355c1c1b41623af9e01ada196e2af098.tar.xz
kernel-qcow2-linux-e16fb2e6355c1c1b41623af9e01ada196e2af098.zip
clk: gxbb: expose CLKID_MMC_PCLK
The MMC_PCLK is needed for the SD/eMMC driver, expose to DT (and comment out in clk driver) Signed-off-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com> Link: lkml.kernel.org/r/20160707033837.20029-1-khilman@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 a2adf3448b59..8355ecd27b81 100644
--- a/drivers/clk/meson/gxbb.h
+++ b/drivers/clk/meson/gxbb.h
@@ -234,7 +234,7 @@
#define CLKID_HDMI_PCLK 63
#define CLKID_USB1_DDR_BRIDGE 64
#define CLKID_USB0_DDR_BRIDGE 65
-#define CLKID_MMC_PCLK 66
+/* CLKID_MMC_PCLK */
#define CLKID_DVIN 67
#define CLKID_UART2 68
#define CLKID_SANA 69