Open
Conversation
Member
|
Let's split this patch-set again per SoC wise and keep only the patch-set needed in the PR. |
Author
@b49020 , To prevent merge conflicts, the current branch was derived from the previous PR branch, which is why this PR displays all the commits from that earlier branch. |
Member
|
@aswinm94 let's rather just put one patch-set in a PR and try to resolve merge conflicts while merging. This way it's not possible to merge in a non-sequential order. |
Remove GCC_USB3_PRIM_CLKREF_CLK from the USB controller node as it is not implemented in the U-Boot clock driver. Keep only the supported clocks to avoid clock warnings during boot. Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
Add GCC_AHB2PHY_WEST_CLK gate clock definition to the QCS615 clock driver. This clock is required for proper PHY operation and eliminates clock-related warnings during USB initialization. Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com> Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Add support for QCS615 QUSB2 PHY by introducing platform-specific
initialization table and register layout. The implementation reuses
the IPQ6018 register layout and defines QCS615-specific tuning
parameters for proper USB PHY operation.
Taken from Linux commit 8adbf20e0502 ("phy: qcom-qusb2: Add support for QCS615")
Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
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.
This PR introduces comprehensive USB functionality improvements on Qualcomm platform QCS615.
QCS615: Enables USB High‑Speed by correcting clock configurations and adding QUSB2 PHY support.
upstream link: https://lore.kernel.org/all/20251114063804.3835132-1-balaji.selvanathan@oss.qualcomm.com/
commits for this PR: