Currently only Mi 8 itself is supported, but the sdm845-xiaomi-dipper-common should ensure, that other family members such as Mi 8 Pro, Mi 8 Explorer will be likely supported too without much of additional work. These variants should differ only in the small details (such as battery size, fingerprint sensor etc.).
Minimal viable support for xiaomi-dipper. Enough to get basic u-boot and Linux functional. More improvements will follow. The display and touchscreen support are work-in-progress, but waiting for other bits to land. Signed-off-by: David Heidelberg <[email protected]> --- Changes in v2: - Deduplicate simplified xiaomi,dipper compatbile from the dt-binding. - Reorder reserved-memory by address. - vreg-s4a-1p8 -> regulator-vreg-s4a-1p8. (Konrad) - adsp firmware moved to dipper variant (as I cannot test others) (Konrad) - Removed Bluetooth path comment. (Konrad) - Link to v1: https://patch.msgid.link/[email protected] --- David Heidelberg (2): dt-bindings: arm: qcom: Add Xiaomi Mi 8 family compatibles arm64: dts: qcom: add Xiaomi Mi 8 (dipper) Documentation/devicetree/bindings/arm/qcom.yaml | 9 + arch/arm64/boot/dts/qcom/Makefile | 1 + .../boot/dts/qcom/sdm845-xiaomi-dipper-common.dtsi | 607 +++++++++++++++++++++ arch/arm64/boot/dts/qcom/sdm845-xiaomi-dipper.dts | 36 ++ 4 files changed, 653 insertions(+) --- base-commit: 7079a12d7506b07fb53b54a664bfad5fa9b16d70 change-id: 20260720-dipper-8fd3f1e475bc Best regards, -- David Heidelberg <[email protected]>

