diff options
author | Thomas Abraham <thomas.abraham@linaro.org> | 2013-03-09 03:19:22 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-25 05:18:32 -0400 |
commit | 8b6076d47ff820d1dc7a9aa37c712b561f316a78 (patch) | |
tree | 315b074c90df381791ecd2db9a963bb751611320 /arch/arm/boot/dts/exynos4412-smdk4412.dts | |
parent | 6a0338c25bd250ba037ab4815aa0ee8dc276fd04 (diff) |
ARM: dts: add board specific fixed rate clock nodes for Exynos based platforms
The clock frequency of xxti and xusbxti clocks is dependent on the
frequency of the on-board oscillator that is used to generate these
clocks. So allow the frequency of these clocks to be specfied from
device tree.
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-smdk4412.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-smdk4412.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-smdk4412.dts b/arch/arm/boot/dts/exynos4412-smdk4412.dts index 6ae42765b613..874beeaef99d 100644 --- a/arch/arm/boot/dts/exynos4412-smdk4412.dts +++ b/arch/arm/boot/dts/exynos4412-smdk4412.dts | |||
@@ -55,4 +55,16 @@ | |||
55 | serial@13830000 { | 55 | serial@13830000 { |
56 | status = "okay"; | 56 | status = "okay"; |
57 | }; | 57 | }; |
58 | |||
59 | fixed-rate-clocks { | ||
60 | xxti { | ||
61 | compatible = "samsung,clock-xxti"; | ||
62 | clock-frequency = <0>; | ||
63 | }; | ||
64 | |||
65 | xusbxti { | ||
66 | compatible = "samsung,clock-xusbxti"; | ||
67 | clock-frequency = <24000000>; | ||
68 | }; | ||
69 | }; | ||
58 | }; | 70 | }; |