Introduce support for 3 new devices: - Motorola Moto One based on MSM8953 - LeEco Le2 based on MSM8976 - Xiaomi Redmi 9T based on SM6115
Device trees besides enabling most of supported hardware also wires power to subsystems like MDSS even if those are not enabled to lower maintenance burden on out of tree forks. Signed-off-by: Adam Skladowski <[email protected]> --- Adam Skladowski (7): dt-bindings: vendor-prefixes: Add LeEco dt-bindings: arm: qcom: Document Motorola Moto One arm64: dts: qcom: Add Motorola One dt-bindings: arm: qcom: Document LeEco Le2 arm64: dts: qcom: Add LeEco Le2 dt-bindings: arm: qcom: Document Xiaomi Redmi 9T arm64: dts: qcom: Add Xiaomi Redmi 9T Documentation/devicetree/bindings/arm/qcom.yaml | 3 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/qcom/Makefile | 3 + arch/arm64/boot/dts/qcom/msm8953-motorola-deen.dts | 443 ++++++++++++++++++++ arch/arm64/boot/dts/qcom/msm8976-leeco-s2.dts | 444 +++++++++++++++++++++ arch/arm64/boot/dts/qcom/sm6115-xiaomi-lemon.dts | 440 ++++++++++++++++++++ 6 files changed, 1335 insertions(+) --- base-commit: 6b8c8af514d739d0335f5579b585e02babe8a727 change-id: 20260810-next-patches-6ad6d10077a0 Best regards, -- Adam Skladowski <[email protected]>

