OSDN Git Service

arm64: dts: marvell: armada-37xx: add UART clock
authorMiquel Raynal <miquel.raynal@free-electrons.com>
Fri, 13 Oct 2017 09:01:57 +0000 (11:01 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 30 Oct 2017 14:56:16 +0000 (15:56 +0100)
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>
arch/arm64/boot/dts/marvell/armada-37xx.dtsi

index d436ed9..cddeb00 100644 (file)
                        uart0: serial@12000 {
                                compatible = "marvell,armada-3700-uart";
                                reg = <0x12000 0x200>;
+                               clocks = <&xtalclk>;
                                interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
                                status = "disabled";
                        };