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


Groups > linux.kernel > #1411583

[PATCH 10/32] don't force serial pins to uart0

From Gerd Hoffmann <kraxel@redhat.com>
Newsgroups linux.kernel
Subject [PATCH 10/32] don't force serial pins to uart0
Date 2016-06-02 00:00 +0200
Message-ID <rFmlc-5Hs-5@gated-at.bofh.it> (permalink)
References <rFmbv-5DL-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Eric Anholt <eric@anholt.net>

---
 arch/arm/boot/dts/bcm2835-rpi.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi
index caf2707..88bcd0c 100644
--- a/arch/arm/boot/dts/bcm2835-rpi.dtsi
+++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi
@@ -38,7 +38,7 @@
 	};
 
 	alt0: alt0 {
-		brcm,pins = <0 1 2 3 4 5 7 8 9 10 11 14 15 40 45>;
+		brcm,pins = <0 1 2 3 4 5 7 8 9 10 11 40 45>;
 		brcm,function = <BCM2835_FSEL_ALT0>;
 	};
 
-- 
1.8.3.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 10/32] don't force serial pins to uart0 Gerd Hoffmann <kraxel@redhat.com> - 2016-06-02 00:00 +0200
  Re: [PATCH 10/32] don't force serial pins to uart0 Arnd Bergmann <arnd@arndb.de> - 2016-06-02 13:50 +0200
    Re: [PATCH 10/32] don't force serial pins to uart0 Eric Anholt <eric@anholt.net> - 2016-06-02 20:30 +0200

csiph-web