All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc: mpc85xx: Set default SYS_IMMR value for P1/P2 CPUs
@ 2022-05-02 16:29 Pali Rohár
  0 siblings, 0 replies; only message in thread
From: Pali Rohár @ 2022-05-02 16:29 UTC (permalink / raw)
  To: Priyanka Jain, Simon Glass; +Cc: u-boot

This reduce usage of per-board custom settings.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 arch/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/Kconfig b/arch/Kconfig
index 7ecb375b6b5a..920dadea5dcc 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -369,6 +369,9 @@ config SYS_IMMR
 	default 0xF0000000 if ARCH_MPC8313
 	default 0xE0000000 if MPC83xx && !ARCH_MPC8313
 	default 0x01000000 if ARCH_LS1021A || FSL_LSCH2 || FSL_LSCH3
+	default 0xFFE00000 if ARCH_P1010 || ARCH_P1011 || ARCH_P1020 || \
+			      ARCH_P1021 || ARCH_P1024 || ARCH_P1025 || \
+			      ARCH_P2020
 	default SYS_CCSRBAR_DEFAULT
 	help
 	  Address for the Internal Memory-Mapped Registers (IMMR) window used
-- 
2.20.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-02 16:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-02 16:29 [PATCH] powerpc: mpc85xx: Set default SYS_IMMR value for P1/P2 CPUs Pali Rohár

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.