Hi Rahul,

On Friday 23 of August 2013 15:54:19 Rahul Sharma wrote:
> Add clocks for hdmi and mixer for exynos5420 SoC.
> 
> Signed-off-by: Rahul Sharma <rahul.sha...@samsung.com>
> ---
>  arch/arm/boot/dts/exynos5420.dtsi |    6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos5420.dtsi
> b/arch/arm/boot/dts/exynos5420.dtsi index 7c6214d..1405074 100644
> --- a/arch/arm/boot/dts/exynos5420.dtsi
> +++ b/arch/arm/boot/dts/exynos5420.dtsi
> @@ -279,6 +279,10 @@
>               compatible = "samsung,exynos4212-hdmi";
>               reg = <0x14530000 0x70000>;
>               interrupts = <0 95 0>;
> +             clocks = <&clock 413>, <&clock 143>, <&clock 144>,
> +                     <&clock 158>, <&clock 1024>;
> +             clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
> +                     "sclk_hdmiphy", "mout_hdmi";
>               status = "disabled";
>       };
> 
> @@ -286,6 +290,8 @@
>               compatible = "samsung,exynos5420-mixer";
>               reg = <0x14450000 0x10000>;
>               interrupts = <0 94 0>;
> +             clocks = <&clock 431>, <&clock 143>;
> +             clock-names = "mixer", "sclk_hdmi";
>               status = "disabled";
>       };
>  };

You just added all the nodes in previous patch. There is no need for a 
separate patch adding clocks. Please squash this with previous patch.

Best regards,
Tomasz

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