Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f470b859 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Kukjin Kim
Browse files

ARM: dts: add jpeg-codec node for exynos4 and exynos4x12



This patch adds nodes for hardware JPEG codec found in exynos4210
and exynos4x12 SoCs.

Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Reviewed by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: default avatarKukjin Kim <kgene@kernel.org>
parent ce9940a9
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -689,6 +689,15 @@
		#include "exynos4412-tmu-sensor-conf.dtsi"
	};

	jpeg-codec@11840000 {
		compatible = "samsung,exynos4210-jpeg";
		reg = <0x11840000 0x1000>;
		interrupts = <0 88 0>;
		clocks = <&clock CLK_JPEG>;
		clock-names = "jpeg";
		power-domains = <&pd_cam>;
	};

	hdmi: hdmi@12D00000 {
		compatible = "samsung,exynos4210-hdmi";
		reg = <0x12D00000 0x70000>;
+4 −0
Original line number Diff line number Diff line
@@ -299,6 +299,10 @@
		status = "disabled";
	};

	jpeg-codec@11840000 {
		compatible = "samsung,exynos4212-jpeg";
	};

	hdmi: hdmi@12D00000 {
		compatible = "samsung,exynos4212-hdmi";
	};