aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBoris BREZILLON <boris.brezillon@free-electrons.com>2014-08-01 03:41:46 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2015-03-05 04:58:59 -0500
commitdb68e71a0e3726573999b1930d20bc30232cea6e (patch)
tree07061c67748a99c75a9bdc360429b0e25ad3c9d6 /arch
parentb6d7d3f1f39eaf3f31534cc85b2179f1f9897139 (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/sama5d4.dtsi4
1 files changed, 2 insertions, 2 deletions
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 @@
462 462
463 lcdck: lcdck { 463 lcdck: lcdck {
464 #clock-cells = <0>; 464 #clock-cells = <0>;
465 reg = <4>; 465 reg = <3>;
466 clocks = <&smd>; 466 clocks = <&mck>;
467 }; 467 };
468 468
469 smdck: smdck { 469 smdck: smdck {