Re: [PATCH 38/38] arm64: dts: mediatek: mt8516-pumpkin: Fix machine compatible

From: Fei Shao
Date: Fri Jul 25 2025 - 06:39:33 EST


On Thu, Jul 24, 2025 at 5:51 PM AngeloGioacchino Del Regno
<angelogioacchino.delregno@xxxxxxxxxxxxx> wrote:
>
> This devicetree contained only the SoC compatible but lacked the
> machine specific one: add a "mediatek,mt8516-pumpkin" compatible
> to the list to fix dtbs_check warnings.
>
> Fixes: 9983822c8cf9 ("arm64: dts: mediatek: add pumpkin board dts")
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>

Reviewed-by: Fei Shao <fshao@xxxxxxxxxxxx>

> ---
> arch/arm64/boot/dts/mediatek/mt8516-pumpkin.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8516-pumpkin.dts b/arch/arm64/boot/dts/mediatek/mt8516-pumpkin.dts
> index cce642c53812..3d3db33a64dc 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8516-pumpkin.dts
> +++ b/arch/arm64/boot/dts/mediatek/mt8516-pumpkin.dts
> @@ -11,7 +11,7 @@
>
> / {
> model = "Pumpkin MT8516";
> - compatible = "mediatek,mt8516";
> + compatible = "mediatek,mt8516-pumpkin", "mediatek,mt8516";
>
> memory@40000000 {
> device_type = "memory";
> --
> 2.50.1
>
>