Glymur v8 base usb remoteproc#737
Open
pradyot7 wants to merge 7 commits intoqualcomm-linux:tech/all/dt/glymurfrom
Open
Glymur v8 base usb remoteproc#737pradyot7 wants to merge 7 commits intoqualcomm-linux:tech/all/dt/glymurfrom
pradyot7 wants to merge 7 commits intoqualcomm-linux:tech/all/dt/glymurfrom
Conversation
Document Glymur SoC bindings and Compute Reference Device (CRD) board id Link: https://lore.kernel.org/all/20260219-upstream_v3_glymur_introduction-v8-0-8ce4e489ebb6@oss.qualcomm.com/ Signed-off-by: Pankaj Patil <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Pradyot Kumar Nayak <[email protected]>
Introduce the base device tree support for Glymur – Qualcomm's next-generation compute SoC. The new glymur.dtsi describes the core SoC components, including: - CPUs and CPU topology - Interrupt controller and TLMM - GCC,DISPCC and RPMHCC clock controllers - Reserved memory and interconnects - APPS and PCIe SMMU and firmware SCM - Watchdog, RPMHPD, APPS RSC and SRAM - PSCI and PMU nodes - QUPv3 serial engines - CPU power domains and idle states, plus SCMI/ SRAM pieces for CPU DVFS - PDP0 mailbox, IPCC and AOSS - Display clock controller - SPMI PMIC arbiter with SPMI0/1/2 buses - SMP2P nodes - TSENS and thermal zones (8 instances, 92 sensors) Add dtsi files for PMH0101, PMK8850, PMCX0102, SMB2370, PMH0104, PMH0110, PMIC's along with temp-alarm and GPIO nodes needed on Glymur Enabled PCIe controllers and associated PHY to support boot to shell with nvme storage, List of PCIe instances enabled: - PCIe3b - PCIe4 - PCIe5 - PCIe6 Link: https://lore.kernel.org/all/20260219-upstream_v3_glymur_introduction-v8-0-8ce4e489ebb6@oss.qualcomm.com/ Co-developed-by: Raviteja Laggyshetty <[email protected]> Signed-off-by: Raviteja Laggyshetty <[email protected]> Co-developed-by: Jyothi Kumar Seerapu <[email protected]> Signed-off-by: Jyothi Kumar Seerapu <[email protected]> Co-developed-by: Maulik Shah <[email protected]> Signed-off-by: Maulik Shah <[email protected]> Co-developed-by: Sibi Sankar <[email protected]> Signed-off-by: Sibi Sankar <[email protected]> Co-developed-by: Taniya Das <[email protected]> Signed-off-by: Taniya Das <[email protected]> Co-developed-by: Kamal Wadhwa <[email protected]> Signed-off-by: Kamal Wadhwa <[email protected]> Co-developed-by: Qiang Yu <[email protected]> Signed-off-by: Qiang Yu <[email protected]> Co-developed-by: Abel Vesa <[email protected]> Signed-off-by: Abel Vesa <[email protected]> Co-developed-by: Manaf Meethalavalappu Pallikunhi <[email protected]> Signed-off-by: Manaf Meethalavalappu Pallikunhi <[email protected]> Co-developed-by: Jishnu Prakash <[email protected]> Signed-off-by: Jishnu Prakash <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Pankaj Patil <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Pradyot Kumar Nayak <[email protected]>
Add initial device tree support for the Glymur Compute Reference Device(CRD) board, with this board dts glymur crd can boot to shell with rootfs on nvme and uart21 as serial console Features enabled are: - Board and sleep clocks - Volume up/down keys - Regulators 0 - 4 - Power supplies and sideband signals (PERST, WAKE, CLKREQ) for PCIe3b/4/5/6 controllers and PHYs Link: https://lore.kernel.org/all/20260219-upstream_v3_glymur_introduction-v8-0-8ce4e489ebb6@oss.qualcomm.com/ Co-developed-by: Kamal Wadhwa <[email protected]> Signed-off-by: Kamal Wadhwa <[email protected]> Co-developed-by: Qiang Yu <[email protected]> Signed-off-by: Qiang Yu <[email protected]> Co-developed-by: Sibi Sankar <[email protected]> Signed-off-by: Sibi Sankar <[email protected]> Co-developed-by: Jyothi Kumar Seerapu <[email protected]> Signed-off-by: Jyothi Kumar Seerapu <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Pankaj Patil <[email protected]> Signed-off-by: Pradyot Kumar Nayak <[email protected]>
The Glymur USB system contains 3 USB type C ports, 1 USB multiport controller and a USB 2.0 only controller. This encompasses 5 SS USB QMP PHYs (3 combo and 2 uni) and 6 M31 eUSB2 PHYs. All controllers are SNPS DWC3 based, so describe them as flattened DWC3 QCOM nodes. Link: https://lore.kernel.org/linux-arm-msm/20260223-dts-qcom-glymur-add-usb-support-v2-1-f4e0f38db21d@oss.qualcomm.com/ Signed-off-by: Wesley Cheng <[email protected]> Co-developed-by: Abel Vesa <[email protected]> Signed-off-by: Abel Vesa <[email protected]> Tested-by: Pradyot Kumar Nayak <[email protected]>
The Qualcomm Glymur Compute Reference Device comes with 3 Type-C ports, one USB Type-A, and a fingerprint reader connected over USB. Each of these 3 Type-C ports are connected to one of the USB combo PHYs and one of the M31 eUSB2 PHYs. The Type-A is connected to the USB Multi-port controller via one of the M31 eUSB2 PHYs and one USB3 UNI PHY. The fingerprint reader is connected to the USB_2 controller. All M31 eUSB2 PHYs have associated eUSB2 to USB 2.0 repeaters, which are either part of SMB2370 PMICs or dedicated NXP PTN3222. So enable all needed controllers, PHYs and repeaters, while describing their supplies. Also describe the PMIC glink graph for Type-C connectors. Link: https://lore.kernel.org/linux-arm-msm/20260223-dts-qcom-glymur-add-usb-support-v2-1-f4e0f38db21d@oss.qualcomm.com/ Signed-off-by: Wesley Cheng <[email protected]> Co-developed-by: Abel Vesa <[email protected]> Signed-off-by: Abel Vesa <[email protected]> Tested-by: Pradyot Kumar Nayak <[email protected]>
Add remoteproc PAS loader for ADSP and CDSP with its fastrpc nodes. Link: https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Sibi Sankar <[email protected]> Signed-off-by: Pradyot Kumar Nayak <[email protected]>
Enable ADSP and CDSP on Glymur CRD board. Link: https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Sibi Sankar <[email protected]> Signed-off-by: Pradyot Kumar Nayak <[email protected]>
d2268c9 to
d7f0a42
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.
Glymur v8 base usb remoteproc