From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 CFEEC41760; Wed, 20 May 2026 16:46:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779295570; cv=none; b=fAhhJAZTjl2HN28Vm+XuwpK07SHLozCnV7wlw8tGKTI/jW5l07LqTDLnEyzF9NBYgJPQCRypZ5ntlEnxxi6ebF9/gO/AfvQy95tm2ed5eoUuWL6D2KUTUfnapMCN0ug9c9rMkD1BmER8E4fhwFHmyYkp8FXvCZIa3WnDvu76fBU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779295570; c=relaxed/simple; bh=oZLe96/hLlTXTTotYhW6VaoMt/GbwaVORLjCXgT2sbM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=esdPwZ4ahoPrqo1Yr5fD+ym1a5Q8SU6n5YE3hOakNXJyuHwvAROCueqQ2nLu4OhppoE55z07JBYyEK8yH+gYddzG1a5OEEhQTJCgwLshaCDVTm1dvaQ8UNj/YcD5GMyGS2YlBgYkhKxRIvm0WX8k3YXb3KPolbqWTLA0nLp5DjE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=T6BzbGf5; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="T6BzbGf5" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3F7D31F000E9; Wed, 20 May 2026 16:46:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1779295568; bh=A8oNJlfcV9BXZkqAW7my66nAYul8Al9WIPrh5z0etUU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=T6BzbGf521F8FtTN+t104I4C9upOXwCnVGKnnrEgEDmmvGYTIzN88fnTWG2BWBVzK VhXO5QT7UA4bdK2qpXr7zsxfQRqZ/44paXSlQOG0bLBZkVE9g6U+8ACfkUOQJNLuQv uuJP3cZJk/d7m6z6tQXgvVNNXBaxr5n/Lq+Jo3Fc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= , AngeloGioacchino Del Regno , Sasha Levin Subject: [PATCH 7.0 0467/1146] ARM: dts: mediatek: mt7623: fix efuse fallback compatible Date: Wed, 20 May 2026 18:11:57 +0200 Message-ID: <20260520162158.763929280@linuxfoundation.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260520162148.390695140@linuxfoundation.org> References: <20260520162148.390695140@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-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 7.0-stable review patch. If anyone has any objections, please let me know. ------------------ From: Rafał Miłecki [ Upstream commit 5978ff33cc6f0988388a2830dc5cd2ea4e81f36a ] Fix following validation error: arch/arm/boot/dts/mediatek/mt7623a-rfb-emmc.dtb: efuse@10206000: compatible: 'oneOf' conditional failed, one must be fixed: ['mediatek,mt7623-efuse', 'mediatek,mt8173-efuse'] is too long 'mediatek,mt8173-efuse' was expected 'mediatek,efuse' was expected from schema $id: http://devicetree.org/schemas/nvmem/mediatek,efuse.yaml# arch/arm/boot/dts/mediatek/mt7623a-rfb-emmc.dtb: efuse@10206000: Unevaluated properties are not allowed ('compatible' was unexpected) from schema $id: http://devicetree.org/schemas/nvmem/mediatek,efuse.yaml# Fixes: 43c7a91b4b3a ("arm: dts: mt7623: add efuse nodes to the mt7623.dtsi file") Signed-off-by: Rafał Miłecki Reviewed-by: AngeloGioacchino Del Regno Signed-off-by: AngeloGioacchino Del Regno Signed-off-by: Sasha Levin --- arch/arm/boot/dts/mediatek/mt7623.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/mediatek/mt7623.dtsi b/arch/arm/boot/dts/mediatek/mt7623.dtsi index 4b1685b939891..71ac2b94c6ba3 100644 --- a/arch/arm/boot/dts/mediatek/mt7623.dtsi +++ b/arch/arm/boot/dts/mediatek/mt7623.dtsi @@ -328,7 +328,7 @@ sysirq: interrupt-controller@10200100 { efuse: efuse@10206000 { compatible = "mediatek,mt7623-efuse", - "mediatek,mt8173-efuse"; + "mediatek,efuse"; reg = <0 0x10206000 0 0x1000>; #address-cells = <1>; #size-cells = <1>; -- 2.53.0