Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1411574 > unrolled thread
| Started by | Gerd Hoffmann <kraxel@redhat.com> |
|---|---|
| First post | 2016-06-01 23:50 +0200 |
| Last post | 2016-06-01 23:50 +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.
[PATCH 25/32] dt-gpio-fix Gerd Hoffmann <kraxel@redhat.com> - 2016-06-01 23:50 +0200
| From | Gerd Hoffmann <kraxel@redhat.com> |
|---|---|
| Date | 2016-06-01 23:50 +0200 |
| Subject | [PATCH 25/32] dt-gpio-fix |
| Message-ID | <rFmbx-5DL-57@gated-at.bofh.it> |
From: Eric Anholt <eric@anholt.net>
---
arch/arm/boot/dts/bcm283x.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi
index 170d620..30e6f46 100644
--- a/arch/arm/boot/dts/bcm283x.dtsi
+++ b/arch/arm/boot/dts/bcm283x.dtsi
@@ -293,12 +293,12 @@
brcm,pins = <19>;
brcm,function = <BCM2835_FSEL_ALT5>;
};
- uart1_gpio30: uart1_gpio30 {
- brcm,pins = <30 31>;
+ uart1_gpio32: uart1_gpio32 {
+ brcm,pins = <32 33>;
brcm,function = <BCM2835_FSEL_ALT5>;
};
- uart1_ctsrts_gpio32: uart1_ctsrts_gpio32 {
- brcm,pins = <32 33>;
+ uart1_ctsrts_gpio30: uart1_ctsrts_gpio30 {
+ brcm,pins = <30 31>;
brcm,function = <BCM2835_FSEL_ALT5>;
};
uart1_gpio40: uart1_gpio40 {
--
1.8.3.1
Back to top | Article view | linux.kernel
csiph-web