mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
arm64: dts: mediatek: mt8516-pumpkin: Fix machine compatible
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: 9983822c8c ("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>
This commit is contained in:
parent
09a1e9c973
commit
ffe6a5d1dd
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
/ {
|
||||
model = "Pumpkin MT8516";
|
||||
compatible = "mediatek,mt8516";
|
||||
compatible = "mediatek,mt8516-pumpkin", "mediatek,mt8516";
|
||||
|
||||
memory@40000000 {
|
||||
device_type = "memory";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user