Please ignore these both patches in favour of the patch:

[PATCH v2] ARM: dts: exynos4: add nodes for jpeg codec

--
Best Regards,
Jacek Anaszewski

On 03/05/2015 02:10 PM, Jacek Anaszewski wrote:
This patch adds an entry for JPEG codec found in Exynos 4210
and 4x12 SoCs.

Signed-off-by: Jacek Anaszewski <j.anaszew...@samsung.com>
Cc: Kukjin Kim <kg...@kernel.org>
---
  arch/arm/boot/dts/exynos4.dtsi |   10 ++++++++++
  1 file changed, 10 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 77ea547..e157d98 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -452,6 +452,16 @@
                status = "disabled";
        };

+       jpeg: codec@11840000 {
+               compatible = "samsung,exynos4210-jpeg";
+               reg = <0x11840000 0x1000>;
+               interrupts = <0 88 0>;
+               clocks = <&clock CLK_JPEG>;
+               clock-names = "jpeg";
+               samsung,power-domain = <&pd_cam>;
+               status = "disabled";
+       };
+
        i2c_0: i2c@13860000 {
                #address-cells = <1>;
                #size-cells = <0>;




--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to