]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: mediatek: mt8516-pumpkin: Fix machine compatible
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 24 Jul 2025 08:39:14 +0000 (10:39 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Fri, 12 Sep 2025 14:18:04 +0000 (16:18 +0200)
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@collabora.com>
Reviewed-by: Fei Shao <fshao@chromium.org>
Link: https://lore.kernel.org/r/20250724083914.61351-39-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8516-pumpkin.dts

index cce642c538128010ebe4aa866d81437d5fad827f..3d3db33a64dc66b032926a6ebc1905f00f92d129 100644 (file)
@@ -11,7 +11,7 @@
 
 / {
        model = "Pumpkin MT8516";
-       compatible = "mediatek,mt8516";
+       compatible = "mediatek,mt8516-pumpkin", "mediatek,mt8516";
 
        memory@40000000 {
                device_type = "memory";