All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 11/14] board: freescale: ls2081ardb: Update I2C mux config
@ 2021-06-24 19:36 Stephen Carlson
  2021-07-12  8:02 ` Priyanka Jain
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Carlson @ 2021-06-24 19:36 UTC (permalink / raw)
  To: U-Boot Mailing List; +Cc: Priyanka Jain

Updates the board configuration to enable use of the PCA9547 I2C mux.

Signed-off-by: Stephen Carlson <stcarlso@linux.microsoft.com>
---
  configs/ls2081ardb_defconfig | 1 +
  1 file changed, 1 insertion(+)

diff --git a/configs/ls2081ardb_defconfig b/configs/ls2081ardb_defconfig
index ab1a9e22e0..d9134d6a01 100644
--- a/configs/ls2081ardb_defconfig
+++ b/configs/ls2081ardb_defconfig
@@ -65,3 +65,4 @@ CONFIG_DM_USB=y
  CONFIG_USB_XHCI_HCD=y
  CONFIG_USB_XHCI_DWC3=y
  CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
+CONFIG_FSL_USE_PCA9547_MUX=y
-- 
2.17.1

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

* RE: [PATCH v2 11/14] board: freescale: ls2081ardb: Update I2C mux config
  2021-06-24 19:36 [PATCH v2 11/14] board: freescale: ls2081ardb: Update I2C mux config Stephen Carlson
@ 2021-07-12  8:02 ` Priyanka Jain
  0 siblings, 0 replies; 2+ messages in thread
From: Priyanka Jain @ 2021-07-12  8:02 UTC (permalink / raw)
  To: Stephen Carlson, U-Boot Mailing List



>-----Original Message-----
>From: Stephen Carlson <stcarlso@linux.microsoft.com>
>Sent: Friday, June 25, 2021 1:07 AM
>To: U-Boot Mailing List <u-boot@lists.denx.de>
>Cc: Priyanka Jain <priyanka.jain@nxp.com>
>Subject: [PATCH v2 11/14] board: freescale: ls2081ardb: Update I2C mux config
>
>Updates the board configuration to enable use of the PCA9547 I2C mux.
>
>Signed-off-by: Stephen Carlson <stcarlso@linux.microsoft.com>
>---
>  configs/ls2081ardb_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
>diff --git a/configs/ls2081ardb_defconfig b/configs/ls2081ardb_defconfig index
>ab1a9e22e0..d9134d6a01 100644
>--- a/configs/ls2081ardb_defconfig
>+++ b/configs/ls2081ardb_defconfig
>@@ -65,3 +65,4 @@ CONFIG_DM_USB=y
>  CONFIG_USB_XHCI_HCD=y
>  CONFIG_USB_XHCI_DWC3=y
>  CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
>+CONFIG_FSL_USE_PCA9547_MUX=y
>--
>2.17.1
Likely this patch needs to be squashed with 08/14 (ls2080ardb patch)

We need to ensure no platform is broken after applying each patch in the series.
Do ensure ls2081 is building fine after applying 08/14 path (ls2080ardb), else squash.

Similar comment for some other patches. Squash patches which uses common board files.

Note: I am planning to submit rc1 by next week, it would be good if you can submit updated series this week.

Regards
Priyanka

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

end of thread, other threads:[~2021-07-12  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24 19:36 [PATCH v2 11/14] board: freescale: ls2081ardb: Update I2C mux config Stephen Carlson
2021-07-12  8:02 ` 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.