Skip to content
Snippets Groups Projects
Commit b5fbf5aa authored by Stefan Roese's avatar Stefan Roese
Browse files

arm64: mvebu: armada-ap806.dtsi: Add clock-frequency to UART DT node


The clock frequency needs to be provided in the DT. Otherwise the driver
won't start in U-Boot.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Cc: Nadav Haklai <nadavh@marvell.com>
Cc: Neta Zur Hershkovits <neta@marvell.com>
Cc: Kostya Porotchkin <kostap@marvell.com>
Cc: Omri Itach <omrii@marvell.com>
Cc: Igal Liberman <igall@marvell.com>
Cc: Haim Boot <hayim@marvell.com>
Cc: Hanna Hawa <hannah@marvell.com>
parent 6f8c2d49
No related branches found
No related tags found
No related merge requests found
...@@ -202,6 +202,7 @@ ...@@ -202,6 +202,7 @@
reg-io-width = <1>; reg-io-width = <1>;
clocks = <&ap_syscon 3>; clocks = <&ap_syscon 3>;
status = "disabled"; status = "disabled";
clock-frequency = <200000000>;
}; };
uart1: serial@512100 { uart1: serial@512100 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment