aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@free-electrons.com>2017-10-13 05:01:57 -0400
committerGregory CLEMENT <gregory.clement@free-electrons.com>2017-10-30 10:56:16 -0400
commit2ff0d0b5bb397c3dc5c9b97bd0f20948f0b77740 (patch)
tree3d1b21a89643050729cbda13e923f6492ea4c1fc
parentc4e3bf290c3089502ee33e25795075b86fe9a449 (diff)
arm64: dts: marvell: armada-37xx: add UART clock
Add the missing clock property to armada-3700 UART node. This clock will be used to derive the prescaler value to comply with the requested baudrate. Signed-off-by: Miquel Raynal <miquel.raynal@free-electrons.com> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r--arch/arm64/boot/dts/marvell/armada-37xx.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
index d436ed9c5af2..cddeb00a6e6d 100644
--- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
@@ -135,6 +135,7 @@
135 uart0: serial@12000 { 135 uart0: serial@12000 {
136 compatible = "marvell,armada-3700-uart"; 136 compatible = "marvell,armada-3700-uart";
137 reg = <0x12000 0x200>; 137 reg = <0x12000 0x200>;
138 clocks = <&xtalclk>;
138 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; 139 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
139 status = "disabled"; 140 status = "disabled";
140 }; 141 };