[PATCH 9/9] ARM: dts: exynos3250: add JPEG codec device node

2014-07-07 Thread Jacek Anaszewski
Signed-off-by: Jacek Anaszewski 
Signed-off-by: Kyungmin Park 
Cc: Rob Herring 
Cc: Pawel Moll 
Cc: Mark Rutland 
Cc: Ian Campbell 
Cc: Kumar Gala 
Cc: devicet...@vger.kernel.org
---
 arch/arm/boot/dts/exynos3250.dtsi |   12 
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/exynos3250.dtsi 
b/arch/arm/boot/dts/exynos3250.dtsi
index 3e678fa..351871a 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -206,6 +206,18 @@
interrupts = <0 240 0>;
};
 
+   jpeg-codec@1183 {
+   compatible = "samsung,exynos3250-jpeg";
+   reg = <0x1183 0x1000>;
+   interrupts = <0 171 0>;
+   clocks = <&cmu CLK_JPEG>, <&cmu CLK_SCLK_JPEG>;
+   clock-names = "jpeg", "sclk-jpeg";
+   samsung,power-domain = <&pd_cam>;
+   assigned-clock-parents = <&cmu CLK_MOUT_CAM_BLK &cmu 
CLK_DIV_MPLL_PRE>,
+<&cmu CLK_SCLK_JPEG &cmu>;
+   assigned-clock-rates = <&cmu CLK_SCLK_JPEG 15000>;
+   };
+
mshc_0: mshc@1251 {
compatible = "samsung,exynos5250-dw-mshc";
reg = <0x1251 0x1000>;
-- 
1.7.9.5

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


Re: [PATCH 9/9] ARM: dts: exynos3250: add JPEG codec device node

2014-07-11 Thread Sylwester Nawrocki
On 07/07/14 18:32, Jacek Anaszewski wrote:
> Signed-off-by: Jacek Anaszewski 
> Signed-off-by: Kyungmin Park 
> Cc: Rob Herring 
> Cc: Pawel Moll 
> Cc: Mark Rutland 
> Cc: Ian Campbell 
> Cc: Kumar Gala 
> Cc: devicet...@vger.kernel.org
> ---
>  arch/arm/boot/dts/exynos3250.dtsi |   12 
>  1 file changed, 12 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos3250.dtsi 
> b/arch/arm/boot/dts/exynos3250.dtsi
> index 3e678fa..351871a 100644
> --- a/arch/arm/boot/dts/exynos3250.dtsi
> +++ b/arch/arm/boot/dts/exynos3250.dtsi
> @@ -206,6 +206,18 @@
>   interrupts = <0 240 0>;
>   };
>  
> + jpeg-codec@1183 {
> + compatible = "samsung,exynos3250-jpeg";
> + reg = <0x1183 0x1000>;
> + interrupts = <0 171 0>;
> + clocks = <&cmu CLK_JPEG>, <&cmu CLK_SCLK_JPEG>;
> + clock-names = "jpeg", "sclk-jpeg";
> + samsung,power-domain = <&pd_cam>;
> + assigned-clock-parents = <&cmu CLK_MOUT_CAM_BLK &cmu 
> CLK_DIV_MPLL_PRE>,
> +  <&cmu CLK_SCLK_JPEG &cmu>;
> + assigned-clock-rates = <&cmu CLK_SCLK_JPEG 15000>;

There is no support for the assigned-clock-parents/assigned-clock-rates
in mainline yet unfortunately. I would suggest removing these two properties
for now. And please send this patch to relevant maintainer, i.e. Kukjin Kim.

> + };

Thanks,
Sylwester
--
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