From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 92612261B9C; Mon, 13 Oct 2025 14:58:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760367529; cv=none; b=nAiva22Qpyh88ckTuAhNe1QQBNxzhQdzsJ8ja/mordZI79Zze3QYbflju8ZagQeIez5XUVWEdOo2FriDhvqThhg7Mrl/YWUgZEI08+x6yoWrh61yKS69vYaO0ewySDgTewhveI4TNEOehCeiKM4uGCzB2VKb0ISn+lfzia3N2C8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760367529; c=relaxed/simple; bh=N0LrqlGhzPDpeiXeI9bRGdbCurTdZBDre7oOcNhuwcw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=fk2aCtP/X9dqG6Xmb5toRC3EvEorgmuK9oS2LDF5WVtBzw0Zu8TATmD2H6NfYgpEj6qCZU85b546c+J5ohSpWBuauSQD2GOQowJHqNAvyKuUCpr5mNm0czObFyrKnLDN1UbgK74hZUlcglDmXWGEHtL4xnh1de4xAnxva280dpg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=nLm0oHa5; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="nLm0oHa5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 17717C4CEFE; Mon, 13 Oct 2025 14:58:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1760367529; bh=N0LrqlGhzPDpeiXeI9bRGdbCurTdZBDre7oOcNhuwcw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nLm0oHa5zkThIvIjX4yNJkQCcAGydkLAyrNTpWI2GJAxLy0FYhjnJEISJKe7BXmUF 53IRqQ+STxEr2xsrbGXDbEUq40w1ZABaw6C29zvpDbtJ9qr/lRH76a7jQpPwPXM7+5 hIHnegSqqKm/uFDMpKCJqnHf55UDvG97EGWxfdYQ= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, AngeloGioacchino Del Regno , Fei Shao , Matthias Brugger , Sasha Levin Subject: [PATCH 6.6 044/196] arm64: dts: mediatek: mt8516-pumpkin: Fix machine compatible Date: Mon, 13 Oct 2025 16:43:55 +0200 Message-ID: <20251013144316.797177180@linuxfoundation.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20251013144315.184275491@linuxfoundation.org> References: <20251013144315.184275491@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: AngeloGioacchino Del Regno [ Upstream commit ffe6a5d1dd4d4d8af0779526cf4e40522647b25f ] 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 Reviewed-by: Fei Shao Link: https://lore.kernel.org/r/20250724083914.61351-39-angelogioacchino.delregno@collabora.com Signed-off-by: Matthias Brugger Signed-off-by: Sasha Levin --- 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 cce642c538128..3d3db33a64dc6 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.51.0