Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1411596
| From | Gerd Hoffmann <kraxel@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 26/32] enable uart1 on the BT pins |
| Date | 2016-06-02 00:00 +0200 |
| Message-ID | <rFmld-5Hs-39@gated-at.bofh.it> (permalink) |
| References | <rFmbv-5DL-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 26/32] enable uart1 on the BT pins Gerd Hoffmann <kraxel@redhat.com> - 2016-06-02 00:00 +0200
csiph-web