arm64: dts: qcom: add staging DT overlays for QPS615 enablement#909
Open
ayaan-anwar wants to merge 3 commits intoqualcomm-linux:tech/overlay/dtfrom
Open
arm64: dts: qcom: add staging DT overlays for QPS615 enablement#909ayaan-anwar wants to merge 3 commits intoqualcomm-linux:tech/overlay/dtfrom
ayaan-anwar wants to merge 3 commits intoqualcomm-linux:tech/overlay/dtfrom
Conversation
6c50c67 to
aea47d4
Compare
Komal-Bajaj
reviewed
Apr 8, 2026
arch/arm64/boot/dts/qcom/Makefile
Outdated
| lemans-evk-el2-dtbs := lemans-evk.dtb lemans-el2.dtbo | ||
|
|
||
| dtb-$(CONFIG_ARCH_QCOM) += lemans-evk-el2.dtb | ||
| dtb-$(CONFIG_ARCH_QCOM) += lemans-evk-staging.dtbo |
There was a problem hiding this comment.
please keep all the staging dtbos to end of Makelfile to avoid any conflict
Please clarify the exact type of overlay being referred to |
aea47d4 to
3d34614
Compare
3d34614 to
73a4a90
Compare
4f1637c to
fbc706b
Compare
shashim-quic
requested changes
Apr 9, 2026
arch/arm64/boot/dts/qcom/Makefile
Outdated
| talos-evk-camx-dtbs := talos-evk.dtb talos-evk-camx.dtbo | ||
|
|
||
| dtb-$(CONFIG_ARCH_QCOM) += talos-evk-camx.dtb | ||
|
|
| }; | ||
| }; | ||
| }; | ||
|
|
| }; | ||
| }; | ||
| }; | ||
|
|
| }; | ||
| }; | ||
| }; | ||
|
|
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>
fbc706b to
a3fa424
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.
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.
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).
Reason for PENDING tag: Until the driver is upstreamed, we are maintaining it as an out-of-tree dlkm in meta-qcom. This PR adds the dependent DT changes for the downstream driver.
CRs-Fixed: 4494593