lkml.org 
[lkml]   [2015]   [Mar]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/2] ARM: at91/dt: sama5d4: fix lcdck parent clk
Date
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


\
 
 \ /
  Last update: 2015-03-04 17:21    [W:0.039 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site