diff options
author | Shaik Ameer Basha <shaik.ameer@samsung.com> | 2014-05-08 16:58:02 +0530 |
---|---|---|
committer | Tomasz Figa <t.figa@samsung.com> | 2014-05-14 19:40:23 +0200 |
commit | 31116a642b148587b92928d37212a547d0ce10b5 (patch) | |
tree | eda0dcbde8e4d110a50d2df4fcb4139ce1a00923 /include/dt-bindings/clock | |
parent | 58ff8d038338bc0371da704f76faaa5769db68c3 (diff) | |
download | blackbird-obmc-linux-31116a642b148587b92928d37212a547d0ce10b5.tar.gz blackbird-obmc-linux-31116a642b148587b92928d37212a547d0ce10b5.zip |
clk: samsung: exynos5420: update clocks for MAU Block
This patch adds the missing MAU block specific 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 16262da05cf2..128fb97d175c 100644 --- a/include/dt-bindings/clock/exynos5420.h +++ b/include/dt-bindings/clock/exynos5420.h @@ -58,6 +58,7 @@ #define CLK_SCLK_GSCL_WA 156 #define CLK_SCLK_GSCL_WB 157 #define CLK_SCLK_HDMIPHY 158 +#define CLK_MAU_EPLL 159 /* gate clocks */ #define CLK_ACLK66_PERIC 256 @@ -195,6 +196,7 @@ #define CLK_MOUT_HDMI 640 #define CLK_MOUT_G3D 641 #define CLK_MOUT_VPLL 642 +#define CLK_MOUT_MAUDIO0 643 /* divider clocks */ #define CLK_DOUT_PIXEL 768 |