diff options
author | Shaik Ameer Basha <shaik.ameer@samsung.com> | 2014-05-08 13:28:03 +0200 |
---|---|---|
committer | Tomasz Figa <t.figa@samsung.com> | 2014-05-14 19:40:23 +0200 |
commit | b31ca2a0176ee1d7f011f4cf0f6b33e1163e254b (patch) | |
tree | b350e239bd5a34740b3635307e6d19acbcf04e8a /include | |
parent | clk: samsung: exynos5420: update clocks for MAU Block (diff) | |
download | linux-b31ca2a0176ee1d7f011f4cf0f6b33e1163e254b.tar.xz linux-b31ca2a0176ee1d7f011f4cf0f6b33e1163e254b.zip |
clk: samsung: exynos5420: add misc clocks
This patch adds some missing miscellaneous clocks specific
to exynos5420.
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')
-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 128fb97d175c..7dd1cc3b5c57 100644 --- a/include/dt-bindings/clock/exynos5420.h +++ b/include/dt-bindings/clock/exynos5420.h @@ -59,6 +59,8 @@ #define CLK_SCLK_GSCL_WB 157 #define CLK_SCLK_HDMIPHY 158 #define CLK_MAU_EPLL 159 +#define CLK_SCLK_HSIC_12M 160 +#define CLK_SCLK_MPHY_IXTAL24 161 /* gate clocks */ #define CLK_ACLK66_PERIC 256 |