Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d9179fb authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Jason Cooper
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: default avatarGregory 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: default avatarJason Cooper <jason@lakedaemon.net>
parent 64939dc5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@

		internal-regs {
			serial@12000 {
				clock-frequency = <200000000>;
				status = "okay";
			};
			sata@a0000 {
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@

		internal-regs {
			serial@12000 {
				clock-frequency = <200000000>;
				status = "okay";
			};
			timer@20300 {
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@

		internal-regs {
			serial@12000 {
				clock-frequency = <200000000>;
				status = "okay";
			};

+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@

		internal-regs {
			serial@12000 {
				clock-frequency = <200000000>;
				status = "okay";
			};

+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@

		internal-regs {
			serial@12000 {
				clock-frequency = <200000000>;
				status = "okay";
			};
			sata@a0000 {
Loading