public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: replace number by macro in clock binding for exynos4
@ 2014-05-21  8:39 Beomho Seo
  2014-05-21  8:43 ` Sachin Kamat
  0 siblings, 1 reply; 2+ messages in thread
From: Beomho Seo @ 2014-05-21  8:39 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree, Tomasz Figa, Kukjin Kim,
	Andrzej Hajda, Inki Dae
  Cc: Myungjoo Ham, Jaehoon Chung, Chanwoo Choi

This patch replaces magic number of MIPI DSI Master node with
macros in clock binding for exynos4

Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
---
 arch/arm/boot/dts/exynos4.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi
index 2f8bcd0..dc92731 100644
--- a/arch/arm/boot/dts/exynos4.dtsi
+++ b/arch/arm/boot/dts/exynos4.dtsi
@@ -117,7 +117,7 @@
 		samsung,power-domain = <&pd_lcd0>;
 		phys = <&mipi_phy 1>;
 		phy-names = "dsim";
-		clocks = <&clock 286>, <&clock 143>;
+		clocks = <&clock CLK_DSIM0>, <&clock CLK_SCLK_MIPI0>;
 		clock-names = "bus_clk", "pll_clk";
 		status = "disabled";
 		#address-cells = <1>;
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/3] ARM: dts: replace number by macro in clock binding for exynos4
  2014-05-21  8:39 [PATCH 1/3] ARM: dts: replace number by macro in clock binding for exynos4 Beomho Seo
@ 2014-05-21  8:43 ` Sachin Kamat
  0 siblings, 0 replies; 2+ messages in thread
From: Sachin Kamat @ 2014-05-21  8:43 UTC (permalink / raw)
  To: Beomho Seo
  Cc: linux-samsung-soc, devicetree@vger.kernel.org, Tomasz Figa,
	Kukjin Kim, Andrzej Hajda, Inki Dae, Myungjoo Ham, Jaehoon Chung,
	Chanwoo Choi

Hi Beomho,

On 21 May 2014 14:09, Beomho Seo <beomho.seo@samsung.com> wrote:
> This patch replaces magic number of MIPI DSI Master node with
> macros in clock binding for exynos4
>
> Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
> ---

Looks good. All 3 patches
Reviewed-by: Sachin Kamat <sachin.kamat@linaro.org>

-- 
With warm regards,
Sachin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-21  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21  8:39 [PATCH 1/3] ARM: dts: replace number by macro in clock binding for exynos4 Beomho Seo
2014-05-21  8:43 ` Sachin Kamat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox