diff options
author | Thomas Abraham <thomas.abraham@linaro.org> | 2013-03-09 12:19:22 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-25 13:18:32 +0400 |
commit | 8b6076d47ff820d1dc7a9aa37c712b561f316a78 (patch) | |
tree | 315b074c90df381791ecd2db9a963bb751611320 /arch/arm/boot/dts/exynos5440-ssdk5440.dts | |
parent | 6a0338c25bd250ba037ab4815aa0ee8dc276fd04 (diff) | |
download | linux-8b6076d47ff820d1dc7a9aa37c712b561f316a78.tar.xz |
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/exynos5440-ssdk5440.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5440-ssdk5440.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5440-ssdk5440.dts b/arch/arm/boot/dts/exynos5440-ssdk5440.dts index ee60c57823ab..a21eb4cbe893 100644 --- a/arch/arm/boot/dts/exynos5440-ssdk5440.dts +++ b/arch/arm/boot/dts/exynos5440-ssdk5440.dts @@ -27,4 +27,11 @@ spi { status = "disabled"; }; + + fixed-rate-clocks { + xtal { + compatible = "samsung,clock-xtal"; + clock-frequency = <50000000>; + }; + }; }; |