linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: at91/dt: sama5d4: rename lcd_clk into lcdc_clk
@ 2015-03-04 16:15 Nicolas Ferre
  2015-03-04 16:15 ` [PATCH 2/2] ARM: at91/dt: sama5d4: fix lcdck parent clk Nicolas Ferre
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Ferre @ 2015-03-04 16:15 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel
  Cc: Boris BREZILLON, Alexandre Belloni, Ludovic Desroches, Josh Wu,
	Nicolas Ferre

From: Boris BREZILLON <boris.brezillon@free-electrons.com>

Rename lcd_clk into lcdc_clk to be consistent with sama5d3 clock
definitions.

Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
 arch/arm/boot/dts/sama5d4.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
index 63eb7a2c08f7..a57b7965f98a 100644
--- a/arch/arm/boot/dts/sama5d4.dtsi
+++ b/arch/arm/boot/dts/sama5d4.dtsi
@@ -790,7 +790,7 @@
 						reg = <50>;
 					};
 
-					lcd_clk: lcd_clk {
+					lcdc_clk: lcdc_clk {
 						#clock-cells = <0>;
 						reg = <51>;
 					};
-- 
2.1.3


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

* [PATCH 2/2] ARM: at91/dt: sama5d4: fix lcdck parent clk
  2015-03-04 16:15 [PATCH 1/2] ARM: at91/dt: sama5d4: rename lcd_clk into lcdc_clk Nicolas Ferre
@ 2015-03-04 16:15 ` Nicolas Ferre
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Ferre @ 2015-03-04 16:15 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel
  Cc: Boris BREZILLON, Alexandre Belloni, Ludovic Desroches, Josh Wu,
	Nicolas Ferre

From: Boris BREZILLON <boris.brezillon@free-electrons.com>

lcdck takes mck (not smd) as its parent.

Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
 arch/arm/boot/dts/sama5d4.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
index a57b7965f98a..ee7575958cf7 100644
--- a/arch/arm/boot/dts/sama5d4.dtsi
+++ b/arch/arm/boot/dts/sama5d4.dtsi
@@ -482,7 +482,7 @@
 					lcdck: lcdck {
 						#clock-cells = <0>;
 						reg = <4>;
-						clocks = <&smd>;
+						clocks = <&mck>;
 					};
 
 					smdck: smdck {
-- 
2.1.3


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

end of thread, other threads:[~2015-03-04 16:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-04 16:15 [PATCH 1/2] ARM: at91/dt: sama5d4: rename lcd_clk into lcdc_clk Nicolas Ferre
2015-03-04 16:15 ` [PATCH 2/2] ARM: at91/dt: sama5d4: fix lcdck parent clk Nicolas Ferre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).