Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1712380
| From | Scott Branden <scott.branden@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/6] ARM: dts: cygnus: Fix incorrect UART2 register base |
| Date | 2017-08-15 19:30 +0200 |
| Message-ID | <ueNPc-4e6-39@gated-at.bofh.it> (permalink) |
| References | <ueNPb-4e6-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Ray Jui <ray.jui@broadcom.com>
Fix incorrect Cygnus UART2 register base.
Fixes: 0f0b21a83ad2 ("ARM: dts: Move all Cygnus peripherals into axi bus")
Signed-off-by: Ray Jui <ray.jui@broadcom.com>
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
arch/arm/boot/dts/bcm-cygnus.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi
index bf8c838..e4d07f4 100644
--- a/arch/arm/boot/dts/bcm-cygnus.dtsi
+++ b/arch/arm/boot/dts/bcm-cygnus.dtsi
@@ -324,7 +324,7 @@
uart2: serial@18022000 {
compatible = "snps,dw-apb-uart";
- reg = <0x18020000 0x100>;
+ reg = <0x18022000 0x100>;
reg-shift = <2>;
reg-io-width = <4>;
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
--
2.5.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/6] ARM: dts: cygnus dts updates Scott Branden <scott.branden@broadcom.com> - 2017-08-15 19:30 +0200
[PATCH 5/6] ARM: dts: cygnus: add serial0 alias for uart3 on bcm91130_entphn Scott Branden <scott.branden@broadcom.com> - 2017-08-15 19:30 +0200
[PATCH 4/6] ARM: dts: cygnus: Add additional peripherals to dtsi Scott Branden <scott.branden@broadcom.com> - 2017-08-15 19:30 +0200
[PATCH 3/6] ARM: dts: cygnus: Enable Performance Monitoring Unit Scott Branden <scott.branden@broadcom.com> - 2017-08-15 19:30 +0200
[PATCH 1/6] ARM: dts: cygnus: Fix incorrect UART2 register base Scott Branden <scott.branden@broadcom.com> - 2017-08-15 19:30 +0200
Re: [PATCH 1/6] ARM: dts: cygnus: Fix incorrect UART2 register base Eric Anholt <eric@anholt.net> - 2017-08-15 20:30 +0200
[PATCH 6/6] ARM: dts: cygnus: Add generic-ehci/ohci nodes Scott Branden <scott.branden@broadcom.com> - 2017-08-15 19:30 +0200
Re: [PATCH 0/6] ARM: dts: cygnus dts updates Florian Fainelli <f.fainelli@gmail.com> - 2017-08-17 19:20 +0200
csiph-web