Add Dt-bindings and pwrctrl API's for Shika PCIe support#1209
Open
sushrut-trivedi wants to merge 5 commits into
Open
Add Dt-bindings and pwrctrl API's for Shika PCIe support#1209sushrut-trivedi wants to merge 5 commits into
sushrut-trivedi wants to merge 5 commits into
Conversation
Document the compatible of the Shikra PCIe phy which supports Gen2x1. Signed-off-by: Sushrut Shree Trivedi <sushruts@qti.qualcomm.com>
Add dedicated schema for the PCIe controller found on Shikra. Signed-off-by: Sushrut Shree Trivedi <sushruts@qti.qualcomm.com>
Add devicetree bindings for QPS615 GPIO's which are used to control endpoint power and reset. Signed-off-by: Sushrut Shree Trivedi <sushruts@qti.qualcomm.com>
Add QMP PCIe PHY Gen2x1 support. Signed-off-by: Sushrut Shree Trivedi <sushruts@qti.qualcomm.com>
Some platform utilise QPS615 GPIOs to enable power and control reset of endpoints. This patch adds support to parse endpoint reset and power enable gpios from each QPS615 port node in the devicetree. To configure these GPIO's during the POWER ON sequence, two new API's are introduced: tc9563_ep_pwr_en() and tc9563_ep_assert_deassert_reset(). Signed-off-by: Sushrut Shree Trivedi <sushruts@qti.qualcomm.com>
Komal-Bajaj
reviewed
May 20, 2026
| properties: | ||
| compatible: | ||
| enum: | ||
| - qcom,cq2390-qmp-gen2x1-pcie-phy |
Komal-Bajaj
reviewed
May 20, 2026
| [QPHY_PCS_POWER_DOWN_CONTROL] = QPHY_V8_50_PCS_POWER_DOWN_CONTROL, | ||
| }; | ||
|
|
||
| static const struct qmp_phy_init_tbl cq2390_pcie_serdes_tbl[] = { |
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.
Add Dt-bindings and pwrctrl API's for Shika PCIe support