Re: [PATCH v3 0/2] Add Xiaomi Redmi Note 8 support
From: Konrad Dybcio
Date: Fri Aug 08 2025 - 05:47:32 EST
On 3/11/25 1:33 AM, Gabriel Gonzales wrote:
> This patchset introduces support for the Redmi Note 8 (codenamed ginkgo).
>
> Changes in v2:
> - Add missing cover letter
> - Fix up commit message for schema
> Changes in v3:
> - Use qcom ids instead of hardcoded msm-id (and other changes suggested by Konrad)
> - Switch up model properties and qcom properties position
Hi, I noticed that the msm-id is failing the dt-bindings check (need
two values, with the first one being the SoC ID and the second one being
the revision - 0x10000 as there was only ever a single rev of 6125)
I also found this dt:
https://github.com/xiaomi-ginkgo/android_kernel_xiaomi_ginkgo/blob/main/arch/arm64/boot/dts/xiaomi/ginkgo-trinket-overlay.dts
which suggests that the board ID you used may be incorrect
(you put in 22 and the link above says 34 - FWIW 0x22 == 34, maybe
that's related?)
Could you please give the below a shot and see if it still boots?