linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM64: dts: meson-gxbb-wetek: add ttyAML1 uart for Bluetooth
@ 2018-09-04 14:44 chewitt
  2018-09-04 19:05 ` Martin Blumenstingl
  2018-09-07 12:15 ` [PATCH v2] " Christian Hewitt
  0 siblings, 2 replies; 7+ messages in thread
From: chewitt @ 2018-09-04 14:44 UTC (permalink / raw)
  Cc: narmstrong, christianshewitt, Rob Herring, Mark Rutland,
	Carlo Caione, Kevin Hilman, devicetree, linux-arm-kernel,
	linux-amlogic, linux-kernel

This change adds the ttyAML1 uart used by the brmcfmac sdio module in
the WeTek Hub and WeTek Play 2 devices.

Signed-off-by: chewitt <christianshewitt@gmail.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi
index 70325b2..9476868 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi
@@ -10,6 +10,7 @@
 / {
 	aliases {
 		serial0 = &uart_AO;
+		serial1 = &uart_A;
 		ethernet0 = &ethmac;
 	};
 
@@ -239,6 +240,13 @@
 	vqmmc-supply = <&vddio_boot>;
 };
 
+/* This is connected to the Bluetooth module: */
+&uart_A {
+	status = "okay";
+	pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
+	pinctrl-names = "default";
+};
+
 /* This UART is brought out to the DB9 connector */
 &uart_AO {
 	status = "okay";
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-09-11 13:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-04 14:44 [PATCH] ARM64: dts: meson-gxbb-wetek: add ttyAML1 uart for Bluetooth chewitt
2018-09-04 19:05 ` Martin Blumenstingl
2018-09-04 19:42   ` Christian Hewitt
2018-09-07 12:15 ` [PATCH v2] " Christian Hewitt
2018-09-10 16:17   ` Rob Herring
2018-09-10 18:30   ` Martin Blumenstingl
2018-09-11 13:27     ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).