diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-18 09:41:48 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-04-26 02:34:57 +0200 |
commit | 953f9c5d7cabc3dcd436fd11d50910565230f7cc (patch) | |
tree | 92bf89c635fb4ab1ad248287266ac2ed9bca2e5d /arch/arm/boot/dts/armada-xp-netgear-rn2120.dts | |
parent | ARM: mvebu: remove clock-frequency of serial port Device Tree nodes (diff) | |
download | linux-953f9c5d7cabc3dcd436fd11d50910565230f7cc.tar.xz linux-953f9c5d7cabc3dcd436fd11d50910565230f7cc.zip |
ARM: mvebu: don't use clocks property in UART node for Netgear RN2120
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>
Diffstat (limited to 'arch/arm/boot/dts/armada-xp-netgear-rn2120.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-netgear-rn2120.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts b/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts index ff049ee862eb..0cf999abc4ed 100644 --- a/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts +++ b/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts @@ -138,7 +138,6 @@ }; serial@12000 { - clocks = <&coreclk 0>; status = "okay"; }; |