ARM: dts: exynos: Enable UART3 on Exynos5410
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 3 May 2016 17:37:19 +0000 (19:37 +0200)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 31 May 2016 10:42:38 +0000 (12:42 +0200)
Just like other Exynos5 family SoCs, this one has four UARTs. Configure
clocks for UART3 and enable it.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
arch/arm/boot/dts/exynos5410.dtsi

index 0d555c5b731157e54417cee57e6266779482c00a..a81a03408a0a192de9c3136b82bf682dbce59fa5 100644 (file)
 };
 
 &serial_3 {
-       status = "disabled";
+       clocks = <&clock CLK_UART3>, <&clock CLK_SCLK_UART3>;
+       clock-names = "uart", "clk_uart_baud0";
 };
 
 &sromc {
This page took 0.02695 seconds and 5 git commands to generate.