On Wed, Oct 23, 2024 at 4:07 AM Sibi Sankar <quic_sibis@xxxxxxxxxxx> wrote: > > > > On 9/11/24 13:03, Sibi Sankar wrote: > > Add initial support for X1E001DE Snapdragon Devkit for Windows. X1E001DE > > is the speed binned variant of X1E80100 that supports turbo boost up to > > 4.3 Ghz. The initial support includes the following: > > > > -DSPs > > -Ethernet (RTL8125BG) over the pcie 5 instance. > > -NVme > > -Wifi > > -USB-C ports > > > > Hi All, > > With the X1E Devkit cancelled and with no firmware updates promised for > it perpetually, please chime in and let me know if you still want to get > this series and rest (external-dp, usb-A ports, sd card slot and 3.5 mm > Jack) merged and have it supported upstream for the folks who already > received it! (a) would the firmware update situation have been _that_ much better if it wasn't cancelled? And (b) we do have dts upstream for other canceled boards. My $0.02 is that it is still useful BR, -R > -Sibi > > > Link: https://www.qualcomm.com/news/releases/2024/05/qualcomm-accelerates-development-for-copilot--pcs-with-snapdrago > > > > Sibi Sankar (2): > > dt-bindings: arm: qcom: Add Snapdragon Devkit for Windows > > arm64: dts: qcom: Add X1E001DE Snapdragon Devkit for Windows > > > > .../devicetree/bindings/arm/qcom.yaml | 6 + > > arch/arm64/boot/dts/qcom/Makefile | 1 + > > arch/arm64/boot/dts/qcom/x1e001de-devkit.dts | 813 ++++++++++++++++++ > > 3 files changed, 820 insertions(+) > > create mode 100644 arch/arm64/boot/dts/qcom/x1e001de-devkit.dts > > >