projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b270a63
)
ARM: dts: rockchip: enable the uart0 for kylin board
author
Caesar Wang
<wxt@rock-chips.com>
Fri, 15 Jan 2016 13:49:51 +0000
(21:49 +0800)
committer
Heiko Stuebner
<heiko@sntech.de>
Sun, 24 Jan 2016 22:28:23 +0000
(23:28 +0100)
This patch is enabling the uart0 for bluetooth module.
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3036-kylin.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3036-kylin.dts
b/arch/arm/boot/dts/rk3036-kylin.dts
index
b287625
..
c748d2c
100644
(file)
--- a/
arch/arm/boot/dts/rk3036-kylin.dts
+++ b/
arch/arm/boot/dts/rk3036-kylin.dts
@@
-308,6
+308,10
@@
pinctrl-0 = <&sdio_clk &sdio_cmd &sdio_bus4>;
};
+&uart0 {
+ status = "okay";
+};
+
&uart2 {
status = "okay";
};