From: Boris BREZILLON Date: Fri, 1 Aug 2014 07:41:46 +0000 (+0200) Subject: ARM: at91/dt: sama5d4: fix lcdck clock definition X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=db68e71a0e3726573999b1930d20bc30232cea6e;p=linux-beck.git 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 [nicolas.ferre@atmel.com: squashed 2 related patches] Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index 0ed74e049506..8240b490825c 100644 --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi @@ -462,8 +462,8 @@ lcdck: lcdck { #clock-cells = <0>; - reg = <4>; - clocks = <&smd>; + reg = <3>; + clocks = <&mck>; }; smdck: smdck {