public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Initial Redmi Note 8T support and more
@ 2026-01-12 20:13 Barnabás Czémán
  2026-01-12 20:13 ` [PATCH 1/6] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Fix msm-id and remove board-id Barnabás Czémán
                   ` (5 more replies)
  0 siblings, 6 replies; 43+ messages in thread
From: Barnabás Czémán @ 2026-01-12 20:13 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Gabriel Gonzales, Kees Cook, Tony Luck,
	Guilherme G. Piccoli, Biswapriyo Nath
  Cc: linux-arm-msm, devicetree, linux-kernel, linux-hardening,
	phone-devel, ~postmarketos/upstreaming, linux,
	Barnabás Czémán

Redmi Note 8 and 8T are sibling devices the only difference
is Redmi Note 8T have NFC.
This patch series is commonizing Redmi Note 8 devicetree
for a base for both devices.

The patch series also contains some fixes for Redmi Note 8:
- Fix reserved memory ranges, they were wrongly defined.
- Fix msm-id and remove board-id, board-id is not neccessary
for the bootloader.
- Fix reserved-gpio-ranges the reserved ranges was wrongly
defined what caused the device crash on the boot.
- Remove unnecessary usb-extcon, gpio102 is related to DisplayPort
what is not supported by these devices.

Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org>
---
Barnabás Czémán (6):
      arm64: dts: qcom: sm6125-xiaomi-ginkgo: Fix msm-id and remove board-id
      arm64: dts: qcom: sm6125-xiaomi-ginkgo: Correct reserved memory ranges
      arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove extcon
      arm64: dts: qcom: sm6125-xiaomi-ginkgo: Fix reserved gpio ranges
      dt-bindings: arm: qcom: Add Xiaomi Redmi Note 8T
      arm64: dts: qcom: Add Redmi Note 8T

 Documentation/devicetree/bindings/arm/qcom.yaml    |   1 +
 arch/arm64/boot/dts/qcom/Makefile                  |   1 +
 .../boot/dts/qcom/sm6125-xiaomi-ginkgo-common.dtsi | 302 +++++++++++++++++++++
 arch/arm64/boot/dts/qcom/sm6125-xiaomi-ginkgo.dts  | 287 +-------------------
 arch/arm64/boot/dts/qcom/sm6125-xiaomi-willow.dts  |  13 +
 5 files changed, 319 insertions(+), 285 deletions(-)
---
base-commit: f417b7ffcbef7d76b0d8860518f50dae0e7e5eda
change-id: 20260111-xiaomi-willow-448552f02762

Best regards,
-- 
Barnabás Czémán <barnabas.czeman@mainlining.org>


^ permalink raw reply	[flat|nested] 43+ messages in thread

end of thread, other threads:[~2026-01-16 11:30 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-12 20:13 [PATCH 0/6] Initial Redmi Note 8T support and more Barnabás Czémán
2026-01-12 20:13 ` [PATCH 1/6] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Fix msm-id and remove board-id Barnabás Czémán
2026-01-12 22:11   ` Dmitry Baryshkov
2026-01-13  8:52   ` Konrad Dybcio
2026-01-14  9:10   ` Krzysztof Kozlowski
2026-01-12 20:13 ` [PATCH 2/6] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Correct reserved memory ranges Barnabás Czémán
2026-01-13  8:53   ` Konrad Dybcio
2026-01-13  9:14     ` barnabas.czeman
2026-01-13  9:21       ` Konrad Dybcio
2026-01-14 10:15   ` David Heidelberg
2026-01-14 10:28     ` Konrad Dybcio
2026-01-14 21:55       ` David Heidelberg
2026-01-16  9:52         ` Konrad Dybcio
2026-01-16 11:21           ` David Heidelberg
2026-01-16 11:30             ` Konrad Dybcio
2026-01-12 20:13 ` [PATCH 3/6] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove extcon Barnabás Czémán
2026-01-12 22:12   ` Dmitry Baryshkov
2026-01-13  8:59   ` Konrad Dybcio
2026-01-13  9:00   ` Konrad Dybcio
2026-01-13  9:11     ` barnabas.czeman
2026-01-13  9:13       ` Konrad Dybcio
2026-01-12 20:13 ` [PATCH 4/6] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Fix reserved gpio ranges Barnabás Czémán
2026-01-13  9:01   ` Konrad Dybcio
2026-01-13  9:08     ` barnabas.czeman
2026-01-13  9:12       ` Konrad Dybcio
2026-01-13  9:25         ` barnabas.czeman
2026-01-13  9:45           ` Konrad Dybcio
2026-01-13 14:13             ` Biswapriyo Nath
2026-01-12 20:13 ` [PATCH 5/6] dt-bindings: arm: qcom: Add Xiaomi Redmi Note 8T Barnabás Czémán
2026-01-15 17:37   ` Rob Herring (Arm)
2026-01-12 20:13 ` [PATCH 6/6] arm64: dts: qcom: Add " Barnabás Czémán
2026-01-12 22:15   ` Dmitry Baryshkov
2026-01-12 23:41     ` barnabas.czeman
2026-01-13  0:22       ` Dmitry Baryshkov
2026-01-13  0:49         ` barnabas.czeman
2026-01-13  1:18           ` Dmitry Baryshkov
2026-01-13  8:52           ` Konrad Dybcio
2026-01-13  9:20             ` barnabas.czeman
2026-01-13  9:04   ` Konrad Dybcio
2026-01-16  6:53     ` barnabas.czeman
2026-01-16  9:53       ` Konrad Dybcio
2026-01-16 10:51         ` barnabas.czeman
2026-01-16 11:03           ` Konrad Dybcio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox