summaryrefslogtreecommitdiff
path: root/drivers/clk/sunxi-ng/ccu-sun50i-a64.h
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2017-06-15 02:48:03 +0300
committerStephen Boyd <sboyd@codeaurora.org>2017-06-15 02:48:03 +0300
commit949bdfed4b0f74215da60992e9f5e14c9ecbb064 (patch)
tree4c5ff96d9e35f4febe334f36d9b57f8fdf54f58b /drivers/clk/sunxi-ng/ccu-sun50i-a64.h
parent658a7568030e287215b069a9c383c0fd0c5f57d5 (diff)
parentd85da227c3ae43d9ca513d60f244213cb4e55485 (diff)
downloadlinux-949bdfed4b0f74215da60992e9f5e14c9ecbb064.tar.xz
Merge tag 'sunxi-clk-fixes-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixes
Allwinner clock fixes for 4.12 Some fixes that fix some bindings that went in 4.12, fix a few reset and clock offsets and a build error fix * tag 'sunxi-clk-fixes-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: clk: sunxi-ng: a64: Export PLL_PERIPH0 clock for the PRCM clk: sunxi-ng: h3: Export PLL_PERIPH0 clock for the PRCM dt-bindings: clock: sunxi-ccu: Add pll-periph to PRCM's needed clocks clk: sunxi-ng: enable SUNXI_CCU_MP for PRCM clk: sunxi-ng: v3s: Fix usb otg device reset bit clk: sunxi-ng: a31: Correct lcd1-ch1 clock register offset
Diffstat (limited to 'drivers/clk/sunxi-ng/ccu-sun50i-a64.h')
-rw-r--r--drivers/clk/sunxi-ng/ccu-sun50i-a64.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/clk/sunxi-ng/ccu-sun50i-a64.h b/drivers/clk/sunxi-ng/ccu-sun50i-a64.h
index 9b3cd24b78d2..061b6fbb4f95 100644
--- a/drivers/clk/sunxi-ng/ccu-sun50i-a64.h
+++ b/drivers/clk/sunxi-ng/ccu-sun50i-a64.h
@@ -31,7 +31,9 @@
#define CLK_PLL_VIDEO0_2X 8
#define CLK_PLL_VE 9
#define CLK_PLL_DDR0 10
-#define CLK_PLL_PERIPH0 11
+
+/* PLL_PERIPH0 exported for PRCM */
+
#define CLK_PLL_PERIPH0_2X 12
#define CLK_PLL_PERIPH1 13
#define CLK_PLL_PERIPH1_2X 14