diff options
author | Miquel Raynal <miquel.raynal@free-electrons.com> | 2017-10-13 11:01:57 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-10-30 15:56:16 +0100 |
commit | 2ff0d0b5bb397c3dc5c9b97bd0f20948f0b77740 (patch) | |
tree | 3d1b21a89643050729cbda13e923f6492ea4c1fc /arch/arm64/boot/dts | |
parent | c4e3bf290c3089502ee33e25795075b86fe9a449 (diff) | |
download | linux-2ff0d0b5bb397c3dc5c9b97bd0f20948f0b77740.tar.gz linux-2ff0d0b5bb397c3dc5c9b97bd0f20948f0b77740.tar.bz2 linux-2ff0d0b5bb397c3dc5c9b97bd0f20948f0b77740.zip |
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>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 1 |
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 @@ uart0: serial@12000 { compatible = "marvell,armada-3700-uart"; reg = <0x12000 0x200>; + clocks = <&xtalclk>; interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; status = "disabled"; }; |