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. - 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. - Use memory-region property for framebuffer. Depends on: [1] https://lore.kernel.org/all/[email protected]/ Signed-off-by: Barnabás Czémán <[email protected]> --- Changes in v2: - Fix copyright in sm6125-xiaomi-ginkgo.dts as requested. - Use memory-region property for the framebuffer. - Add comment about the NFC. - Remove msm-id change in favor of [1]. - Link to v1: https://lore.kernel.org/r/[email protected] --- Barnabás Czémán (7): arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove board-id arm64: dts: qcom: sm6125-xiaomi-ginkgo: Correct reserved memory ranges arm64: dts: qcom: sm6125-xiaomi-ginkgo: Set memory-region for framebuffer 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 | 3 +- .../boot/dts/qcom/sm6125-xiaomi-ginkgo-common.dtsi | 301 +++++++++++++++++++++ arch/arm64/boot/dts/qcom/sm6125-xiaomi-ginkgo.dts | 285 +------------------ arch/arm64/boot/dts/qcom/sm6125-xiaomi-willow.dts | 15 + 5 files changed, 320 insertions(+), 285 deletions(-) --- base-commit: f417b7ffcbef7d76b0d8860518f50dae0e7e5eda change-id: 20260111-xiaomi-willow-448552f02762 prerequisite-message-id: <[email protected]> prerequisite-patch-id: 1bc49c0e2bec1a47667df776e1ab265b0699ea35 Best regards, -- Barnabás Czémán <[email protected]>
