OSDN Git Service

ARM: at91/dt: sama5d4: fix lcdck clock definition
authorBoris BREZILLON <boris.brezillon@free-electrons.com>
Fri, 1 Aug 2014 07:41:46 +0000 (09:41 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 5 Mar 2015 09:58:59 +0000 (10:58 +0100)
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>
arch/arm/boot/dts/sama5d4.dtsi

index 0ed74e0..8240b49 100644 (file)
 
                                        lcdck: lcdck {
                                                #clock-cells = <0>;
-                                               reg = <4>;
-                                               clocks = <&smd>;
+                                               reg = <3>;
+                                               clocks = <&mck>;
                                        };
 
                                        smdck: smdck {