diff options
author | Shaik Ameer Basha <shaik.ameer@samsung.com> | 2014-05-08 16:58:03 +0530 |
---|---|---|
committer | Tomasz Figa <t.figa@samsung.com> | 2014-05-14 19:40:23 +0200 |
commit | b31ca2a0176ee1d7f011f4cf0f6b33e1163e254b (patch) | |
tree | b350e239bd5a34740b3635307e6d19acbcf04e8a /include/dt-bindings | |
parent | 31116a642b148587b92928d37212a547d0ce10b5 (diff) | |
download | talos-op-linux-b31ca2a0176ee1d7f011f4cf0f6b33e1163e254b.tar.gz talos-op-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/dt-bindings')
-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 |