summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJonghwa Lee <jonghwa3.lee@samsung.com>2013-10-07 15:37:19 +0900
committerMarek Szyprowski <m.szyprowski@samsung.com>2014-05-15 07:24:01 +0200
commitb21db2f5d884baa8c94f8f8e54b10d3fadd1bc40 (patch)
tree3314c10906464e826d1614aa71232e05c72b5a95 /arch
parent9900138e74f908ce4fd91e774cc2f2abcf78db42 (diff)
downloadlinux-3.10-b21db2f5d884baa8c94f8f8e54b10d3fadd1bc40.tar.gz
linux-3.10-b21db2f5d884baa8c94f8f8e54b10d3fadd1bc40.tar.bz2
linux-3.10-b21db2f5d884baa8c94f8f8e54b10d3fadd1bc40.zip
dts: exynos4x12: Add device tree node for exynos4 busfreq.
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/exynos4x12.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi
index 0eafcce19d4..5d73533444b 100644
--- a/arch/arm/boot/dts/exynos4x12.dtsi
+++ b/arch/arm/boot/dts/exynos4x12.dtsi
@@ -364,4 +364,9 @@
rotator@12810000 {
compatible = "samsung,exynos4212-rotator";
};
+
+ busfreq@0 {
+ compatible = "samsung,exynos4x12-busfreq";
+ status = "disabled";
+ };
};