Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1310130

[PATCH v3 4/9] ARM: dts: rockchip: enable the uart0 for kylin board

From Caesar Wang <wxt@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH v3 4/9] ARM: dts: rockchip: enable the uart0 for kylin board
Date 2016-01-15 15:00 +0100
Message-ID <qRd50-6Sf-11@gated-at.bofh.it> (permalink)
References <qRd50-6Sf-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This patch is enabling the uart0 for bluetooth module.

Signed-off-by: Caesar Wang <wxt@rock-chips.com>
---

Changes in v3: None

 arch/arm/boot/dts/rk3036-kylin.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/rk3036-kylin.dts b/arch/arm/boot/dts/rk3036-kylin.dts
index 30a9aca..2a45be7 100644
--- a/arch/arm/boot/dts/rk3036-kylin.dts
+++ b/arch/arm/boot/dts/rk3036-kylin.dts
@@ -316,6 +316,10 @@
 	status = "okay";
 };
 
+&uart0 {
+	status = "okay";
+};
+
 &usb_host {
 	status = "okay";
 };
-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v3 4/9] ARM: dts: rockchip: enable the uart0 for kylin board Caesar Wang <wxt@rock-chips.com> - 2016-01-15 15:00 +0100
  Re: [PATCH v3 4/9] ARM: dts: rockchip: enable the uart0 for kylin board Heiko Stuebner <heiko@sntech.de> - 2016-01-17 20:30 +0100

csiph-web