[PATCH v5 0/7] arm64: dts: qcom: Add 3 new devices
Adam Skladowski <[email protected]>
| Newsgroups | org.kernel.vger.linux-hardening,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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]> --- Changes in v5: - Leeco Le2 fixed lacking -supply on map added previously - Link to v4: https://patch.msgid.link/[email protected] Changes in v4: - Leeco Le 2 and Motorola One fixed-regulators aligned to schema - Motorola One commit msg reworded to drop touchscreen - Leeco Le 2 added lacking parent supply for rpm regulators - Redmi 9T makefile placement fixed to be after other sm6115 device - Link to v3: https://patch.msgid.link/[email protected] Changes in v3: - Motorola One Touchscreen was removed as it doesn't work - Leeco Le 2 gpio-keys node name was fixed - Leeco Le 2 volume down key via pm8950 resin was added - Redmi 9T Reviewed-by tag was added - Adressed more Sashiko-bot warnings - Link to v2: https://patch.msgid.link/[email protected] Changes in v2: - Adressed Sashiko-bot warnings - Added Krzysztof's Acks - Dropped confusing link from first vendor-prefix patch - Removed ramoops nodes from Motorola and Leeco patches(now handled via lk2nd) - Motorola One USB-C connector and FUSB302 is now fully wired and enabled - Motorola One Touchscreen has been disabled due to panel power dependency - Motorola One debug memory regions were removed - Motorola One regulator setup values were ajusted - Motorola One NFC now have more specific compatible - All devices now have described reserved GPIOs and trimmed unused ones - Leeco Le2 added missing pinctrls for peripheral IRQs - Leeco Le2 OTG is no longer enabled as phy dependency is not enabled(need rework) - Redmi 9T USB-C connector now is fully wired including pmi632 setup - Redmi 9T nodes are sorted now - Various changes to styling to keep nodes within single dts consistent - Link to v1: https://patch.msgid.link/[email protected] To: Rob Herring <[email protected]> To: Krzysztof Kozlowski <[email protected]> To: Conor Dooley <[email protected]> To: Bjorn Andersson <[email protected]> To: Konrad Dybcio <[email protected]> To: Kees Cook <[email protected]> To: Tony Luck <[email protected]> To: "Guilherme G. Piccoli" <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [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 | 440 ++++++++++++++++++ arch/arm64/boot/dts/qcom/msm8976-leeco-s2.dts | 442 ++++++++++++++++++ arch/arm64/boot/dts/qcom/sm6115-xiaomi-lemon.dts | 497 +++++++++++++++++++++ 6 files changed, 1387 insertions(+) --- base-commit: 6b8c8af514d739d0335f5579b585e02babe8a727 change-id: 20260810-next-patches-6ad6d10077a0 Best regards, -- Adam Skladowski <[email protected]>