FROMLIST: arm64: dts: qcom: shikra: Add Support for usb0 and usb1 on shikra QLI - #1739
Open
akakum-qualcomm wants to merge 1 commit into
Open
Conversation
akakum-qualcomm
force-pushed
the
usb/shikra-ccg
branch
2 times, most recently
from
August 28, 2026 08:52
8842052 to
ed44d34
Compare
…shikra QLI Added changes in shikra-cqm-evk, shikra-cqs-evk, and shikra-iqs-evk which now use the upstream CYPD6129/CYPD6229 UCSI Type-C controller for USB role switching (via &i2c3/typec@40) instead of the previous PM4125-native typec block, while shikra.dtsi/shikra-evk.dtsi gain the base usb_1/usb_2 dwc3, USB HS/QMP PHY, and QUSB2 efuse-trim nodes needed to support them. All four affected board/SoC DT files were rebuilt with dtc (qcom/shikra-cqm-evk.dtb, qcom/shikra-cqs-evk.dtb, qcom/shikra-iqs-evk.dtb) with no warnings or errors. Diffstat (base..HEAD): .../devicetree/bindings/usb/cypress,cypd6129.yaml | 107 ++++++++ arch/arm64/boot/dts/qcom/shikra-cqm-evk.dts | 94 ++++++- arch/arm64/boot/dts/qcom/shikra-cqm-som.dtsi | 13 +- arch/arm64/boot/dts/qcom/shikra-cqs-evk.dts | 94 ++++++- arch/arm64/boot/dts/qcom/shikra-evk.dtsi | 12 + arch/arm64/boot/dts/qcom/shikra-iqs-evk.dts | 124 ++++++++++ arch/arm64/boot/dts/qcom/shikra.dtsi | 274 ++++++++++++++----- drivers/usb/typec/ucsi/ucsi_ccg.c | 2 + 8 files changed, 600 insertions(+), 120 deletions(-) Link: https://lore.kernel.org/all/[email protected]/ https://lore.kernel.org/all/20260821-shikra-usb-dt-v7-apply-v2-0-628885fc1d0e@oss.qualcomm.com/ Signed-off-by: Akash Kumar <[email protected]>
akakum-qualcomm
force-pushed
the
usb/shikra-ccg
branch
from
August 28, 2026 08:59
ed44d34 to
449e3f4
Compare
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.
Added changes in shikra-cqm-evk, shikra-cqs-evk, and shikra-iqs-evk which
now use the upstream CYPD6129/CYPD6229 UCSI Type-C controller for USB
role switching (via &i2c3/typec@40) instead of the previous PM4125-native
typec block, while shikra.dtsi/shikra-evk.dtsi gain the base usb_1/usb_2
dwc3, USB HS/QMP PHY, and QUSB2 efuse-trim nodes needed to support them.
CRs-Fixed: 4652998
CRs-Fixed:: 4635219