clk: samsung: exynos5410: Add clock IDs for PDMA and EPLL clocks
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Mon, 22 Aug 2016 09:15:39 +0000 (11:15 +0200)
committerSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 9 Sep 2016 08:13:02 +0000 (10:13 +0200)
The PDMA{0,1} and EPLL clock IDs are added separately in this
patch so the patch can be merged to the arm-soc tree as dependency.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
include/dt-bindings/clock/exynos5410.h

index 85b467b..6cb4e90 100644 (file)
@@ -19,6 +19,7 @@
 #define CLK_FOUT_MPLL          4
 #define CLK_FOUT_BPLL          5
 #define CLK_FOUT_KPLL          6
+#define CLK_FOUT_EPLL          7
 
 /* gate for special clocks (sclk) */
 #define CLK_SCLK_UART0         128
@@ -55,6 +56,8 @@
 #define CLK_MMC0               351
 #define CLK_MMC1               352
 #define CLK_MMC2               353
+#define CLK_PDMA0              362
+#define CLK_PDMA1              363
 #define CLK_USBH20             365
 #define CLK_USBD300            366
 #define CLK_USBD301            367