Browse Source

ARM: at91/dt: sama5d4: fix lcdck clock definition

lcdck takes mck (not smd) as its parent. It is also assigned id 3 and not 4.

Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
[nicolas.ferre@atmel.com: squashed 2 related patches]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Boris BREZILLON 11 years ago
parent
commit
db68e71a0e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/arm/boot/dts/sama5d4.dtsi

+ 2 - 2
arch/arm/boot/dts/sama5d4.dtsi

@@ -462,8 +462,8 @@
 
 
 					lcdck: lcdck {
 					lcdck: lcdck {
 						#clock-cells = <0>;
 						#clock-cells = <0>;
-						reg = <4>;
-						clocks = <&smd>;
+						reg = <3>;
+						clocks = <&mck>;
 					};
 					};
 
 
 					smdck: smdck {
 					smdck: smdck {