All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: ls102xa: select USB PHY erratum's only if USB support is enabled
@ 2020-11-26 10:52 Aleksandar Gerasimovski
  2020-12-11  7:52 ` Priyanka Jain
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksandar Gerasimovski @ 2020-11-26 10:52 UTC (permalink / raw)
  To: u-boot

The USB support is not by default enabled on all designs, so it does not
make seance to have USB specific erratum's enabled on such a designs.

On our internal Hitachi-Powergrids design not using the USB controller
there is a crash when accessing those specific memory locations selected
by the erratum flags.

Signed-off-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com>
---
 arch/arm/cpu/armv7/ls102xa/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/cpu/armv7/ls102xa/Kconfig b/arch/arm/cpu/armv7/ls102xa/Kconfig
index 937989b..747059b 100644
--- a/arch/arm/cpu/armv7/ls102xa/Kconfig
+++ b/arch/arm/cpu/armv7/ls102xa/Kconfig
@@ -5,11 +5,11 @@ config ARCH_LS1021A
 	select SYS_FSL_ERRATUM_A008378
 	select SYS_FSL_ERRATUM_A008407
 	select SYS_FSL_ERRATUM_A008850
-	select SYS_FSL_ERRATUM_A008997
-	select SYS_FSL_ERRATUM_A009007
-	select SYS_FSL_ERRATUM_A009008
+	select SYS_FSL_ERRATUM_A008997 if USB
+	select SYS_FSL_ERRATUM_A009007 if USB
+	select SYS_FSL_ERRATUM_A009008 if USB
 	select SYS_FSL_ERRATUM_A009663
-	select SYS_FSL_ERRATUM_A009798
+	select SYS_FSL_ERRATUM_A009798 if USB
 	select SYS_FSL_ERRATUM_A009942
 	select SYS_FSL_ERRATUM_A010315
 	select SYS_FSL_HAS_CCI400
-- 
1.8.3.1

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

* [PATCH] arm: ls102xa: select USB PHY erratum's only if USB support is enabled
  2020-11-26 10:52 [PATCH] arm: ls102xa: select USB PHY erratum's only if USB support is enabled Aleksandar Gerasimovski
@ 2020-12-11  7:52 ` Priyanka Jain
  0 siblings, 0 replies; 2+ messages in thread
From: Priyanka Jain @ 2020-12-11  7:52 UTC (permalink / raw)
  To: u-boot

>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Aleksandar
>Gerasimovski
>Sent: Thursday, November 26, 2020 4:23 PM
>To: u-boot at lists.denx.de
>Cc: prabhakar.kushwaha at nxp.com
>Subject: [PATCH] arm: ls102xa: select USB PHY erratum's only if USB support is
>enabled
>
>The USB support is not by default enabled on all designs, so it does not make
>seance to have USB specific erratum's enabled on such a designs.
>
>On our internal Hitachi-Powergrids design not using the USB controller there is a
>crash when accessing those specific memory locations selected by the erratum
>flags.
>
>Signed-off-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-
>powergrids.com>
>---
<snip>
Applied to fsl-qoriq. 
Awaiting upstream

Regards
Priyanka

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

end of thread, other threads:[~2020-12-11  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-26 10:52 [PATCH] arm: ls102xa: select USB PHY erratum's only if USB support is enabled Aleksandar Gerasimovski
2020-12-11  7:52 ` Priyanka Jain

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.