projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ad58b
)
ARM: dts: exynos: Enable UART3 on Exynos5410
author
Krzysztof Kozlowski
<krzk@kernel.org>
Tue, 3 May 2016 17:37:19 +0000
(19:37 +0200)
committer
Krzysztof 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos5410.dtsi
b/arch/arm/boot/dts/exynos5410.dtsi
index
0d555c5
..
a81a034
100644
(file)
--- a/
arch/arm/boot/dts/exynos5410.dtsi
+++ b/
arch/arm/boot/dts/exynos5410.dtsi
@@
-218,7
+218,8
@@
};
&serial_3 {
- status = "disabled";
+ clocks = <&clock CLK_UART3>, <&clock CLK_SCLK_UART3>;
+ clock-names = "uart", "clk_uart_baud0";
};
&sromc {