Re: [PATCH 6/7] arm64: dts: amlogic: Add clock and EMMC for T7
From: Ronald Claveau
Date: Wed Feb 18 2026 - 12:01:14 EST
On 2/18/26 5:39 PM, Krzysztof Kozlowski wrote:
> On 18/02/2026 17:36, Ronald Claveau wrote:
>>>> +
>>>> + sd_emmc_c: mmc@8c000{
>>>> + compatible = "amlogic,meson-axg-mmc";
>>>
>>> Compatible says axg, DTS says T7, so something does not feel right.
>>>
>>
>> The SOC family is T7, but the emmc is fully compatible with this same
>> axg code.
>> I did the same as used in meson-g12-common.dtsi or meson-s4.dtsi, which
>> use the same compatible.
>
> You still should have a dedicated front compatible (needs documenting in
> the binding) expressing full compatibility.
>
ok, I will use something like that:
compatible = "amlogic,t7-mmc", "amlogic,meson-axg-mmc";
Best regards,
Ronald