linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: brcmstb: Add debug UART entry for 72615
@ 2020-09-04 20:42 Florian Fainelli
  2020-09-06 19:40 ` Florian Fainelli
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Fainelli @ 2020-09-04 20:42 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Florian Fainelli, Russell King,
	maintainer:BROADCOM BCM7XXX ARM ARCHITECTURE, Justin Chen,
	open list

72165 has the same memory map as 7278 and the same physical address for
the UART, alias the definition accordingly.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 arch/arm/include/debug/brcmstb.S | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/arch/arm/include/debug/brcmstb.S b/arch/arm/include/debug/brcmstb.S
index 79223209d3f4..d693565af23c 100644
--- a/arch/arm/include/debug/brcmstb.S
+++ b/arch/arm/include/debug/brcmstb.S
@@ -33,6 +33,7 @@
 #define UARTA_7278		REG_PHYS_ADDR_V7(0x40c000)
 #define UARTA_7216		UARTA_7278
 #define UARTA_72164		UARTA_7278
+#define UARTA_72165		UARTA_7278
 #define UARTA_7364		REG_PHYS_ADDR(0x40b000)
 #define UARTA_7366		UARTA_7364
 #define UARTA_74371		REG_PHYS_ADDR(0x406b00)
@@ -86,17 +87,18 @@ ARM_BE8(	rev	\rv, \rv )
 20:		checkuart(\rp, \rv, 0x33900000, 3390)
 21:		checkuart(\rp, \rv, 0x72160000, 7216)
 22:		checkuart(\rp, \rv, 0x07216400, 72164)
-23:		checkuart(\rp, \rv, 0x72500000, 7250)
-24:		checkuart(\rp, \rv, 0x72550000, 7255)
-25:		checkuart(\rp, \rv, 0x72600000, 7260)
-26:		checkuart(\rp, \rv, 0x72680000, 7268)
-27:		checkuart(\rp, \rv, 0x72710000, 7271)
-28:		checkuart(\rp, \rv, 0x72780000, 7278)
-29:		checkuart(\rp, \rv, 0x73640000, 7364)
-30:		checkuart(\rp, \rv, 0x73660000, 7366)
-31:		checkuart(\rp, \rv, 0x07437100, 74371)
-32:		checkuart(\rp, \rv, 0x74390000, 7439)
-33:		checkuart(\rp, \rv, 0x74450000, 7445)
+23:		checkuart(\rp, \rv, 0x07216500, 72165)
+24:		checkuart(\rp, \rv, 0x72500000, 7250)
+25:		checkuart(\rp, \rv, 0x72550000, 7255)
+26:		checkuart(\rp, \rv, 0x72600000, 7260)
+27:		checkuart(\rp, \rv, 0x72680000, 7268)
+28:		checkuart(\rp, \rv, 0x72710000, 7271)
+29:		checkuart(\rp, \rv, 0x72780000, 7278)
+30:		checkuart(\rp, \rv, 0x73640000, 7364)
+31:		checkuart(\rp, \rv, 0x73660000, 7366)
+32:		checkuart(\rp, \rv, 0x07437100, 74371)
+33:		checkuart(\rp, \rv, 0x74390000, 7439)
+34:		checkuart(\rp, \rv, 0x74450000, 7445)
 
 		/* No valid UART found */
 90:		mov	\rp, #0
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: brcmstb: Add debug UART entry for 72615
  2020-09-04 20:42 [PATCH] ARM: brcmstb: Add debug UART entry for 72615 Florian Fainelli
@ 2020-09-06 19:40 ` Florian Fainelli
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Fainelli @ 2020-09-06 19:40 UTC (permalink / raw)
  To: Florian Fainelli, linux-arm-kernel
  Cc: Russell King, maintainer:BROADCOM BCM7XXX ARM ARCHITECTURE,
	Justin Chen, open list



On 9/4/2020 1:42 PM, Florian Fainelli wrote:
> 72165 has the same memory map as 7278 and the same physical address for
> the UART, alias the definition accordingly.
> 
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

Applied to soc/next
-- 
Florian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-06 19:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04 20:42 [PATCH] ARM: brcmstb: Add debug UART entry for 72615 Florian Fainelli
2020-09-06 19:40 ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).