Good evening. This patch adds support for the XiaoXun JZ0145 v33 4G LTE WiFi modem based on the MSM8916 chipset by a new manufacturer / vendor for the Linux Kernel called called XiaoXun BiCheng Technology. Below is some information about these changes. Addition of a new vendor prefix ---------- XiaoXun BiCheng Technology is not well known in that they don't seem to have a presence in the Western world. I purchased my own modem on TaoBao, which requires stores to registered as businesses, so I believe it is justified to add it as a vendor prefix. Note that the company appears to have shut down just this month. Status of patch ---------- This device shares many similarities to pre-existing devices within arch/arm64/boot/dts/msm8916-ufi.dtsi, so I am sure most features would function with the correct firmware on this device. However, due to the poor quality of these devices, my unit's EMMC has failed and I cannot conduct further tests. Previous, the modem was able to boot with devicetree of a UZ801, albeit with LED and Modem issues, which is addressed in this patch. I have sent the code for testing to some kind folks on the Internet with good outcomes, so do consider this code as ready and functional. This patch was also reviewed over at the msm8916-mainline organization and deemed ready by the maintainer: https://github.com/msm8916-mainline/linux/pull/386 Note that this is my first patch to the LKML, so if there's something I did wrong / the patch is missing, please point it out. Best Regards, Ricky Cheung Tipz Team Signed-off-by: Ricky Cheung <rcheung844@xxxxxxxxx> --- Ricky Cheung (3): dt-bindings: vendor-prefixes: Add XiaoXun BiCheng Technology dt-bindings: arm: qcom: Add XiaoXun JZ0145 v33 arm64: dts: qcom: msm8916-xiaoxun-jz0145-v33: Add initial device tree Documentation/devicetree/bindings/arm/qcom.yaml | 1 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/qcom/Makefile | 1 + .../boot/dts/qcom/msm8916-xiaoxun-jz0145-v33.dts | 66 ++++++++++++++++++++++ 4 files changed, 70 insertions(+) --- base-commit: d390303b28dabbb91b2d32016a4f72da478733b9 change-id: 20250114-xiaoxun-jz0145-v33-23dc006cf130 Best regards, -- Ricky Cheung <rcheung844@xxxxxxxxx>