summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2013-05-31 18:56:21 +0900
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:43:07 +0900
commit629a894e6e7e74bc05c8cc4e100fdfa41301ee00 (patch)
tree71a4300c79faa5c49d4027d9c04ec56b2f109a8e /arch/arm/boot/dts
parent7607c8a4c4c0d2fb1f53c6b5997d3c9d8d91f28f (diff)
downloadlinux-3.10-629a894e6e7e74bc05c8cc4e100fdfa41301ee00.tar.gz
linux-3.10-629a894e6e7e74bc05c8cc4e100fdfa41301ee00.tar.bz2
linux-3.10-629a894e6e7e74bc05c8cc4e100fdfa41301ee00.zip
ARM: dts: add a rotator node for exynos4
This patch adds a device node of rotator for exynos4 platform. It has proper register and clock information. It also has limit table to get restrictions of the image size. Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/exynos4.dtsi23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index b3dee47c67e..a18cba69ab2 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -131,6 +131,29 @@
status = "disabled";
};
+ rotator: rotator@12810000 {
+ compatible = "samsung,exynos4210-rotator";
+ reg = <0x12810000 0x1000>;
+ interrupts = <0 83 0>;
+ clocks = <&clock 278>;
+ clock-names = "rotator";
+ status = "disabled";
+ ycbcr420_2p {
+ min_w = <32>;
+ min_h = <32>;
+ max_w = <32768>;
+ max_h = <32768>;
+ align = <3>;
+ };
+ rgb888 {
+ min_w = <8>;
+ min_h = <8>;
+ max_w = <8192>;
+ max_h = <8192>;
+ align = <2>;
+ };
+ };
+
camera {
compatible = "samsung,fimc", "simple-bus";
status = "disabled";