diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2014-04-30 16:56:31 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-05-05 04:48:51 +0400 |
commit | e37e01112a4732406521116993aab9dbec8d7372 (patch) | |
tree | 9a2fecf4891d033ab99d5cc9e904594ffd95834f /arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts | |
parent | ab8336147b95336c5fc58433dcb8b2e6c8eb96e9 (diff) | |
download | linux-e37e01112a4732406521116993aab9dbec8d7372.tar.xz |
ARM: dts: kirkwood: remove clock-frequency properties from UART nodes
UART devices found on Kirkwood SoCs derive their baudrate from TCLK.
With proper clocks property in the SoCs serial node, boards do not
need to overwrite it anymore.
Remove the remaining clock-frequency property from all Kirkwood boards.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1398862602-29595-5-git-send-email-sebastian.hesselbarth@gmail.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts b/arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts index db183455ff34..3994a86f989e 100644 --- a/arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts +++ b/arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts @@ -37,7 +37,6 @@ }; }; serial@12000 { - clock-frequency = <200000000>; status = "ok"; }; |