aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/armada-xp-gp.dts
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-18 03:41:47 -0400
committerJason Cooper <jason@lakedaemon.net>2014-04-25 20:34:44 -0400
commit0d9179fb3369646362fc04c5fb57cd0043f2c647 (patch)
treeea1e1ad97ff65dad74432fe559ca065c542a1014 /arch/arm/boot/dts/armada-xp-gp.dts
parent64939dc5bf264c34d02b3c51296e10730065f5d1 (diff)
ARM: mvebu: remove clock-frequency of serial port Device Tree nodes
Now that the Armada 370/375/38x/XP SoC-level Device Tree files have the proper "clocks" property in their UART controllers node, it is no longer useful to have the clock-frequency property defined in the board-level Device Tree files. Therefore, this commit gets rid of all the useless 'clock-frequency' properties. 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-5-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-gp.dts')
-rw-r--r--arch/arm/boot/dts/armada-xp-gp.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/armada-xp-gp.dts b/arch/arm/boot/dts/armada-xp-gp.dts
index 61bda687f782..eb0013f000b0 100644
--- a/arch/arm/boot/dts/armada-xp-gp.dts
+++ b/arch/arm/boot/dts/armada-xp-gp.dts
@@ -104,19 +104,15 @@
104 104
105 internal-regs { 105 internal-regs {
106 serial@12000 { 106 serial@12000 {
107 clock-frequency = <250000000>;
108 status = "okay"; 107 status = "okay";
109 }; 108 };
110 serial@12100 { 109 serial@12100 {
111 clock-frequency = <250000000>;
112 status = "okay"; 110 status = "okay";
113 }; 111 };
114 serial@12200 { 112 serial@12200 {
115 clock-frequency = <250000000>;
116 status = "okay"; 113 status = "okay";
117 }; 114 };
118 serial@12300 { 115 serial@12300 {
119 clock-frequency = <250000000>;
120 status = "okay"; 116 status = "okay";
121 }; 117 };
122 118