diff options
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | 2014-08-01 09:41:46 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-05 10:58:59 +0100 |
commit | db68e71a0e3726573999b1930d20bc30232cea6e (patch) | |
tree | 07061c67748a99c75a9bdc360429b0e25ad3c9d6 /arch/arm | |
parent | b6d7d3f1f39eaf3f31534cc85b2179f1f9897139 (diff) | |
download | linux-db68e71a0e3726573999b1930d20bc30232cea6e.tar.bz2 |
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/arm')
-rw-r--r-- | arch/arm/boot/dts/sama5d4.dtsi | 4 |
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 @@ lcdck: lcdck { #clock-cells = <0>; - reg = <4>; - clocks = <&smd>; + reg = <3>; + clocks = <&mck>; }; smdck: smdck { |