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


Groups > linux.kernel > #1310130 > unrolled thread

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

Started byCaesar Wang <wxt@rock-chips.com>
First post2016-01-15 15:00 +0100
Last post2016-01-17 20:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [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

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

FromCaesar Wang <wxt@rock-chips.com>
Date2016-01-15 15:00 +0100
Subject[PATCH v3 4/9] ARM: dts: rockchip: enable the uart0 for kylin board
Message-ID<qRd50-6Sf-11@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1311179

FromHeiko Stuebner <heiko@sntech.de>
Date2016-01-17 20:30 +0100
Message-ID<qS1bs-6Hf-15@gated-at.bofh.it>
In reply to#1310130
Am Freitag, 15. Januar 2016, 21:49:51 schrieb Caesar Wang:
> This patch is enabling the uart0 for bluetooth module.
> 
> Signed-off-by: Caesar Wang <wxt@rock-chips.com>

applied to my dts32 branch for 4.6,

after moving your uart0 node _above_ the already existing uart2 node.


Heiko

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web