RE: [PATCHv2 1/2] ARM: dts: exynos5420: add nodes for jpeg codec

2015-03-09 Thread Kamil Debski
Hi Andrzej,

From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
ow...@vger.kernel.org] On Behalf Of Andrzej Pietrasiewicz
Sent: Friday, March 06, 2015 11:33 AM

Thank you for your patch.

Regardless how simple the patch is, there should be some description. In the
v2
of the patch set please add a description. One sentence should be enough.

Best wishes,
-- 
Kamil Debski
Samsung RD Institute Poland

 Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com
 ---
  arch/arm/boot/dts/exynos5420.dtsi | 16 
  1 file changed, 16 insertions(+)
 
 diff --git a/arch/arm/boot/dts/exynos5420.dtsi
 b/arch/arm/boot/dts/exynos5420.dtsi
 index 73c1851..f8f583c 100644
 --- a/arch/arm/boot/dts/exynos5420.dtsi
 +++ b/arch/arm/boot/dts/exynos5420.dtsi
 @@ -775,6 +775,22 @@
   iommus = sysmmu_gscl1;
   };
 
 + jpeg_0: jpeg@11F5 {
 + compatible = samsung,exynos5420-jpeg;
 + reg = 0x11F5 0x1000;
 + interrupts = 0 89 0;
 + clock-names = jpeg;
 + clocks = clock CLK_JPEG;
 + };
 +
 + jpeg_1: jpeg@11F6 {
 + compatible = samsung,exynos5420-jpeg;
 + reg = 0x11F6 0x1000;
 + interrupts = 0 168 0;
 + clock-names = jpeg;
 + clocks = clock CLK_JPEG2;
 + };
 +
   pmu_system_controller: system-controller@1004 {
   compatible = samsung,exynos5420-pmu, syscon;
   reg = 0x1004 0x5000;
 --
 1.9.1
 
 --
 To unsubscribe from this list: send the line unsubscribe linux-media
 in the body of a message to majord...@vger.kernel.org More majordomo
 info at  http://vger.kernel.org/majordomo-info.html

--
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


[PATCHv2 1/2] ARM: dts: exynos5420: add nodes for jpeg codec

2015-03-06 Thread Andrzej Pietrasiewicz
Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com
---
 arch/arm/boot/dts/exynos5420.dtsi | 16 
 1 file changed, 16 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5420.dtsi 
b/arch/arm/boot/dts/exynos5420.dtsi
index 73c1851..f8f583c 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -775,6 +775,22 @@
iommus = sysmmu_gscl1;
};
 
+   jpeg_0: jpeg@11F5 {
+   compatible = samsung,exynos5420-jpeg;
+   reg = 0x11F5 0x1000;
+   interrupts = 0 89 0;
+   clock-names = jpeg;
+   clocks = clock CLK_JPEG;
+   };
+
+   jpeg_1: jpeg@11F6 {
+   compatible = samsung,exynos5420-jpeg;
+   reg = 0x11F6 0x1000;
+   interrupts = 0 168 0;
+   clock-names = jpeg;
+   clocks = clock CLK_JPEG2;
+   };
+
pmu_system_controller: system-controller@1004 {
compatible = samsung,exynos5420-pmu, syscon;
reg = 0x1004 0x5000;
-- 
1.9.1

--
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