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>
This commit is contained in:
Sebastian Hesselbarth 2014-04-30 14:56:31 +02:00 committed by Jason Cooper
parent ab8336147b
commit e37e01112a
5 changed files with 0 additions and 6 deletions

View file

@ -28,7 +28,6 @@ pmx_cloudbox_sata0: pmx-cloudbox-sata0 {
serial@12000 {
pinctrl-0 = <&pmx_uart0>;
pinctrl-names = "default";
clock-frequency = <166666667>;
status = "okay";
};

View file

@ -36,7 +36,6 @@ pmx_sdio_gpios: pmx-sdio-gpios {
serial@12000 {
pinctrl-0 = <&pmx_uart0>;
pinctrl-names = "default";
clock-frequency = <200000000>;
status = "ok";
};

View file

@ -37,7 +37,6 @@ pmx_led_wmode_g: pmx-led-wmode-g {
};
};
serial@12000 {
clock-frequency = <200000000>;
status = "ok";
};

View file

@ -67,7 +67,6 @@ flash@0 {
serial@12000 {
pinctrl-0 = <&pmx_uart0>;
pinctrl-names = "default";
clock-frequency = <200000000>;
status = "ok";
};

View file

@ -35,13 +35,11 @@ s35390a: s35390a@30 {
};
};
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";