All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] arm: Finish migration of HAS_FSL_XHCI_USB
@ 2021-07-21 22:53 Tom Rini
  2021-08-18  9:00 ` Priyanka Jain (OSS)
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2021-07-21 22:53 UTC (permalink / raw)
  To: u-boot; +Cc: Priyanka Jain

This symbol was largely migrated, except for one case.  Update it.

Cc: Priyanka Jain <priyanka.jain@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
Note that include/configs/lx2160a_common.h isn't under any MAINTAINERS
entry but should be.
---
 arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 6 ++++--
 include/configs/lx2160a_common.h          | 1 -
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
index 9c58f69dbd0d..9cef363fbaab 100644
--- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
+++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
@@ -58,6 +58,7 @@ config ARCH_LS1043A
 	select ARM_ERRATA_855873 if !TFABOOT
 	select FSL_LAYERSCAPE
 	select FSL_LSCH2
+	select HAS_FSL_XHCI_USB if USB_HOST
 	select SYS_FSL_SRDS_1
 	select SYS_HAS_SERDES
 	select SYS_FSL_DDR
@@ -89,6 +90,7 @@ config ARCH_LS1046A
 	select ARMV8_SET_SMPEN
 	select FSL_LAYERSCAPE
 	select FSL_LSCH2
+	select HAS_FSL_XHCI_USB if USB_HOST
 	select SYS_FSL_SRDS_1
 	select SYS_HAS_SERDES
 	select SYS_FSL_DDR
@@ -245,6 +247,7 @@ config ARCH_LX2160A
 	bool
 	select ARMV8_SET_SMPEN
 	select FSL_LSCH3
+	select HAS_FSL_XHCI_USB if USB_HOST
 	select NXP_LSCH3_2
 	select SYS_HAS_SERDES
 	select SYS_FSL_SRDS_1
@@ -642,9 +645,8 @@ config SPL_LDSCRIPT
 
 config HAS_FSL_XHCI_USB
 	bool
-	default y if ARCH_LS1043A || ARCH_LS1046A
 	help
-	  For some SoC(such as LS1043A and LS1046A), USB and QE-HDLC multiplex use
+	  For some SoC (such as LS1043A and LS1046A), USB and QE-HDLC multiplex use
 	  pins, select it when the pins are assigned to USB.
 
 config SYS_FSL_BOOTROM_BASE
diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h
index 1338ee3cda3b..8977ee9de23a 100644
--- a/include/configs/lx2160a_common.h
+++ b/include/configs/lx2160a_common.h
@@ -143,7 +143,6 @@
 
 /* USB */
 #ifdef CONFIG_USB_HOST
-#define CONFIG_HAS_FSL_XHCI_USB
 #ifndef CONFIG_TARGET_LX2162AQDS
 #define CONFIG_USB_MAX_CONTROLLER_COUNT	2
 #endif
-- 
2.17.1


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

* RE: [PATCH 1/1] arm: Finish migration of HAS_FSL_XHCI_USB
  2021-07-21 22:53 [PATCH 1/1] arm: Finish migration of HAS_FSL_XHCI_USB Tom Rini
@ 2021-08-18  9:00 ` Priyanka Jain (OSS)
  0 siblings, 0 replies; 2+ messages in thread
From: Priyanka Jain (OSS) @ 2021-08-18  9:00 UTC (permalink / raw)
  To: Tom Rini, u-boot



>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Tom Rini
>Sent: Thursday, July 22, 2021 4:23 AM
>To: u-boot@lists.denx.de
>Cc: Priyanka Jain <priyanka.jain@nxp.com>
>Subject: [PATCH 1/1] arm: Finish migration of HAS_FSL_XHCI_USB
>
>This symbol was largely migrated, except for one case.  Update it.
>
>Cc: Priyanka Jain <priyanka.jain@nxp.com>
>Signed-off-by: Tom Rini <trini@konsulko.com>
>---
>Note that include/configs/lx2160a_common.h isn't under any MAINTAINERS
>entry but should be.
lx2160a_common.h is included in board/freescale/lx2160a/MAINTAINERS

>---
> arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 6 ++++--
> include/configs/lx2160a_common.h          | 1 -
> 2 files changed, 4 insertions(+), 3 deletions(-)
<snip>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>

Regards
Priyanka


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

end of thread, other threads:[~2021-08-18  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 22:53 [PATCH 1/1] arm: Finish migration of HAS_FSL_XHCI_USB Tom Rini
2021-08-18  9:00 ` Priyanka Jain (OSS)

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.