summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Roese <[email protected]>2016-05-25 08:34:47 +0200
committerStefan Roese <[email protected]>2016-09-27 17:29:54 +0200
commitb5fbf5aabec0b78a4f010eddbaf91fc3ab166b56 (patch)
tree7c508268ccfd0b2eeea1cac334a64e7f5e8f3634
parent6f8c2d49060a30cda2ea73e93ce0f882f732754f (diff)
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: Stefan Roese <[email protected]> Cc: Nadav Haklai <[email protected]> Cc: Neta Zur Hershkovits <[email protected]> Cc: Kostya Porotchkin <[email protected]> Cc: Omri Itach <[email protected]> Cc: Igal Liberman <[email protected]> Cc: Haim Boot <[email protected]> Cc: Hanna Hawa <[email protected]>
-rw-r--r--arch/arm/dts/armada-ap806.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/armada-ap806.dtsi b/arch/arm/dts/armada-ap806.dtsi
index 20d256b3267..d315b29cd05 100644
--- a/arch/arm/dts/armada-ap806.dtsi
+++ b/arch/arm/dts/armada-ap806.dtsi
@@ -202,6 +202,7 @@
reg-io-width = <1>;
clocks = <&ap_syscon 3>;
status = "disabled";
+ clock-frequency = <200000000>;
};
uart1: serial@512100 {