arm64: dts: qcom: add staging DT overlays for QPS615 enablement#335
Open
ayaan-anwar wants to merge 3 commits intoqualcomm-linux:qcom-6.18.yfrom
Open
arm64: dts: qcom: add staging DT overlays for QPS615 enablement#335ayaan-anwar wants to merge 3 commits intoqualcomm-linux:qcom-6.18.yfrom
ayaan-anwar wants to merge 3 commits intoqualcomm-linux:qcom-6.18.yfrom
Conversation
shashim-quic
requested changes
Mar 6, 2026
| bus-range = <0x5 0xff>; | ||
|
|
||
| pci@0,0 { | ||
| eth0_pci: pci@0,0 { |
Contributor
Author
There was a problem hiding this comment.
Sure, will remove the label and reference pcieport* in the new .dtsi files.
| }; | ||
|
|
||
| pci@0,1 { | ||
| eth1_pci: pci@0,1 { |
|
|
||
| #include <dt-bindings/interrupt-controller/irq.h> | ||
|
|
||
| ð0_pci { |
There was a problem hiding this comment.
I think you use node name directly and avoid adding labelling
| }; | ||
| }; | ||
|
|
||
| ð1_pci { |
|
|
||
| #include <dt-bindings/interrupt-controller/irq.h> | ||
|
|
||
| ð0_pci { |
| }; | ||
|
|
||
| pci@0,1 { | ||
| eth1_pci: pci@0,1 { |
| }; | ||
| }; | ||
|
|
||
| ð0_pci { |
| }; | ||
| }; | ||
|
|
||
| ð1_pci { |
| bus-range = <0x5 0xff>; | ||
|
|
||
| pci@0,0 { | ||
| eth0_pci: pci@0,0 { |
| }; | ||
|
|
||
| pci@0,1 { | ||
| eth1_pci: pci@0,1 { |
aadfd71 to
302a456
Compare
Contributor
Author
|
Changes since the last review:
|
4241004 to
efcee48
Compare
shashim-quic
requested changes
Mar 31, 2026
| /delete-property/ power-domains; | ||
| }; | ||
|
|
||
| #include "qcs6490-rb3gen2-qps615.dtsi" |
There was a problem hiding this comment.
Feedback from OSTT is to maintain such addtiton as overlays. Let's sync up offline to get it done that way.
18132bf to
11849ec
Compare
fd483ab to
2313bcd
Compare
Add an overlay devicetree for Lemans EVK for temporary enablement of the QPS615 PCIE switch's 10GbE and 2.5Gbe ethernet ports. Signed-off-by: Mohd Ayaan Anwar <mohd.anwar@oss.qualcomm.com>
Add an overlay devicetree for Monaco EVK for temporary enablement of the QPS615 PCIE switch's 10GbE and 2.5Gbe ethernet ports. Signed-off-by: Mohd Ayaan Anwar <mohd.anwar@oss.qualcomm.com>
Add an overlay devicetree for Rb3Gen2 for temporary enablement of the QPS615 PCIE switch's 10GbE and 2.5Gbe ethernet ports. Signed-off-by: Mohd Ayaan Anwar <mohd.anwar@oss.qualcomm.com>
shashim-quic
approved these changes
Apr 9, 2026
Test Matrix
|
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 temporary, board‑specific Device Tree overlays to enable the QPS615 PCIe switch Ethernet ports (10GbE + 2.5GbE) without modifying existing base DTBs.
This PR introduces DTBO‑only “staging” overlays for:
The overlays wire up PCIe endpoints, WoL interrupts, PHY resets, regulators (where required), and MAC address provisioning. These overlays are intended as a short‑term workaround and will be removed once native upstream driver support lands.
QLI Mainline PR: qualcomm-linux/kernel-topics#909
Exception details: Until the QPS615 driver is upstreamed (third party ETA: end of 2026), an exception has been approved to include the driver and its devicetree entries as an out of tree DLKM only for QLI 2.0. (QLIJIRA-99, QLIJIRA-104).
CRs-Fixed: 4494593