diff options
author | Shaik Ameer Basha <shaik.ameer@samsung.com> | 2014-05-08 16:57:54 +0530 |
---|---|---|
committer | Tomasz Figa <t.figa@samsung.com> | 2014-05-14 19:40:19 +0200 |
commit | 3fac5941da6c3afacabf3cc01914583e5689622b (patch) | |
tree | 98db95cd6371a055e846266a393ad5d6188a2109 /include/dt-bindings/clock | |
parent | 4549d93d9c0fb43ce656fe3b7f2be50df80197b4 (diff) | |
download | blackbird-op-linux-3fac5941da6c3afacabf3cc01914583e5689622b.tar.gz blackbird-op-linux-3fac5941da6c3afacabf3cc01914583e5689622b.zip |
clk: samsung: exynos5420: update clocks for G2D and G3D blocks
This patch adds missing clocks of G2D block. It also removes
the aclkg3d alias from G3D block clocks.
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Shaik Ameer Basha <shaik.ameer@samsung.com>
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Diffstat (limited to 'include/dt-bindings/clock')
-rw-r--r-- | include/dt-bindings/clock/exynos5420.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/exynos5420.h b/include/dt-bindings/clock/exynos5420.h index 6e22fddb0134..bf85418a2945 100644 --- a/include/dt-bindings/clock/exynos5420.h +++ b/include/dt-bindings/clock/exynos5420.h @@ -177,6 +177,8 @@ #define CLK_ACLK_G3D 500 #define CLK_G3D 501 #define CLK_SMMU_MIXER 502 +#define CLK_SMMU_G2D 503 +#define CLK_SMMU_MDMA0 504 #define CLK_SCLK_UART_ISP 510 #define CLK_SCLK_SPI0_ISP 511 #define CLK_SCLK_SPI1_ISP 512 |