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

Commit e37e0111 authored by Sebastian Hesselbarth's avatar Sebastian Hesselbarth Committed by Jason Cooper
Browse files

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: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1398862602-29595-5-git-send-email-sebastian.hesselbarth@gmail.com


Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent ab833614
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@
		serial@12000 {
			pinctrl-0 = <&pmx_uart0>;
			pinctrl-names = "default";
			clock-frequency = <166666667>;
			status = "okay";
		};

+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@
		serial@12000 {
			pinctrl-0 = <&pmx_uart0>;
			pinctrl-names = "default";
			clock-frequency = <200000000>;
			status = "ok";
		};

+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@
			};
		};
		serial@12000 {
			clock-frequency = <200000000>;
			status = "ok";
		};

+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@
		serial@12000 {
			pinctrl-0 = <&pmx_uart0>;
			pinctrl-names = "default";
			clock-frequency = <200000000>;
			status = "ok";
		};

+0 −2
Original line number Diff line number Diff line
@@ -35,13 +35,11 @@
			};
		};
		serial@12000 {
			clock-frequency = <200000000>;
			status = "okay";
			pinctrl-0 = <&pmx_uart0>;
			pinctrl-names = "default";
		};
		serial@12100 {
			clock-frequency = <200000000>;
			status = "okay";
			pinctrl-0 = <&pmx_uart1>;
			pinctrl-names = "default";