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


Groups > linux.kernel > #1411596 > unrolled thread

[PATCH 26/32] enable uart1 on the BT pins

Started byGerd Hoffmann <kraxel@redhat.com>
First post2016-06-02 00:00 +0200
Last post2016-06-02 00:00 +0200
Articles 1 — 1 participant

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 26/32] enable uart1 on the BT pins Gerd Hoffmann <kraxel@redhat.com> - 2016-06-02 00:00 +0200

#1411596 — [PATCH 26/32] enable uart1 on the BT pins

FromGerd Hoffmann <kraxel@redhat.com>
Date2016-06-02 00:00 +0200
Subject[PATCH 26/32] enable uart1 on the BT pins
Message-ID<rFmld-5Hs-39@gated-at.bofh.it>
From: Eric Anholt <eric@anholt.net>

---
 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
index 4636c16..099dd48d 100644
--- a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
+++ b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
@@ -31,6 +31,8 @@
 };
 
 &uart1 {
+	pinctrl-names = "default";
+	pinctrl-0 = <&uart1_gpio32>;
 	status = "okay";
 };
 
-- 
1.8.3.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web