[PATCH v2 09/12] ARM: dts: rockchip: enable the uart0 for kylin board

From: Caesar Wang
Date: Thu Jan 07 2016 - 03:27:51 EST


This patch is enabling the uart0 for bluetooth module.

Signed-off-by: Caesar Wang <wxt@xxxxxxxxxxxxxx>

---

Changes in v2:
- Add the uart0 commit content.

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 4346ce5..c5e46f9 100644
--- a/arch/arm/boot/dts/rk3036-kylin.dts
+++ b/arch/arm/boot/dts/rk3036-kylin.dts
@@ -361,6 +361,10 @@
status = "okay";
};

+&uart0 {
+ status = "okay";
+};
+
&usb_host {
status = "okay";
};
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/