ARM: mvebu: don't use clocks property in UART node for Netgear RN2120
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 18 Apr 2014 07:41:48 +0000 (09:41 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sat, 26 Apr 2014 00:34:57 +0000 (00:34 +0000)
The Netgear RN2120 was not using the same strategy as the other Armada
370/375/38x/XP boards: it was using a 'clocks' property and not the
'clock-frequency' property in its UART controller Device Tree node.

However, now that this clock reference is present at the SoC-level,
there is no point in duplicating it at the board-level.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Link: https://lkml.kernel.org/r/1397806908-7550-6-git-send-email-thomas.petazzoni@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/armada-xp-netgear-rn2120.dts

index ff049ee862ebd2d8a271d70a0b2e20206f47592f..0cf999abc4ed768abf20b2b32c9d5299a7be9a71 100644 (file)
                        };
 
                        serial@12000 {
-                               clocks = <&coreclk 0>;
                                status = "okay";
                        };
 
This page took 0.025074 seconds and 5 git commands to generate.