Rebase lemans-evk-ifp-mezzanine changes to latest version (v4)#347
Merged
shashim-quic merged 2 commits intoqualcomm-linux:qcom-6.19from Mar 11, 2026
Merged
Rebase lemans-evk-ifp-mezzanine changes to latest version (v4)#347shashim-quic merged 2 commits intoqualcomm-linux:qcom-6.19from
shashim-quic merged 2 commits intoqualcomm-linux:qcom-6.19from
Conversation
This reverts commit 2b9347c. Revert v3 of this patch and bring-in v4 of the patch which has DT name change and minor fixes. Signed-off-by: Umang Chheda <[email protected]>
The Interface Plus [IFP] Mezzanine is an hardware expansion add-on
board designed to be stacked on top of Lemans EVK.
It has following peripherals :
- 4x Type A USB ports in host mode.
- TC9563 PCIe switch, which has following three downstream ports (DSP) :
- 1st DSP is routed to an M.2 E-key connector, intended for
WLAN modules.
- 2nd DSP is routed to an M.2 B-key connector, intended for
cellular modems.
- 3rd DSP with support for Dual Ethernet ports.
- eMMC.
- Additional 2.5GbE Ethernet PHY connected to native EMAC with support for
MAC Address configuration via NVMEM.
- EEPROM.
- LVDS Display.
- 2*mini DP.
Add support for following peripherals :
- TC9563 PCIe Switch.
- Additional 2.5GbE Ethernet Port.
- EEPROM.
Enable support for USB hub, LVDS display and mini-DP later once
dependent changes are available in lemans-evk core-kit.
Written with inputs from :
Mohd Ayaan Anwar <[email protected]> - Ethernet.
Krishna Chaitanya Chundru <[email protected]> - PCIe
Monish Chunara <[email protected]> - EEPROM.
Signed-off-by: Umang Chheda <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/lkml/[email protected]/
shashim-quic
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebase lemans-evk-ifp-mezzanine changes to latest version (v3) of patch posted upstream.
This change reverts v3 patch and brings-in v4 patch to bring-in the DT name change which was suggested by maintainers.
V3 is needed to be rebased to prevent renaming the board name in meta-qcom once the final version of patch is merged.
CRs-Fixed: 4436746