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 D2A4E263F44; Sat, 30 May 2026 17:16:03 +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=1780161364; cv=none; b=YsiWMKkuoid0giFLijnhgxThJUfgo9oqxzTrfMJNbSEKC35EArCNlzyqLJvG8wwOpYwq6ejlMPlEVLB1twpksTiHu26JMfq5ngXq/mE/BkAOj7zHBsvtU4JaxgEtPlgEWMH4AeqXZq10T6lR7SzfrPjR1V+tOUAVqROLbEADTio= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780161364; c=relaxed/simple; bh=6cDxA3U26jQUz9tfRSZL1Jpe6rfncru46OrRw8/IIAQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=UFMaWMp82ffyrSA9ghO61g9I+ZfcZqNjf+DQK0RVQUFa9t4g70H6O4dc8enNcifj+kTZAiCmugsxroqTcTqWTnlBoe7oriOm1cm8ILS3q3JXq2Lng23NmyIUHN7h/NCXrvjCTz5jm4Twtz5itKZlT32Sr7UUgjEvpKqMa1gJG/0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=iBsAAadb; 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="iBsAAadb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22B621F00893; Sat, 30 May 2026 17:16:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1780161363; bh=MqZblK1viCCIZ9vxNAbyKPRrPgtlxVFyPdsIqb+bcZ8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=iBsAAadbkGbv2JaoYLyJyahjVteuTRhFs7Zfh4B9Fv55QyQRpU5M5gYftNamWv4B8 kHhYIcJLnX8xqp7jkjgTZEolYj2ABQC6aB/QvmdI4WBLXfA7lwjI2LmqlHLyOs1L0u X6AcYSMeHDjS8Yfst3zBcjo+ypLqMzR9LVLaXC6A= 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 6.1 572/969] ARM: dts: mediatek: mt7623: fix efuse fallback compatible Date: Sat, 30 May 2026 18:01:36 +0200 Message-ID: <20260530160316.195629475@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260530160300.485627683@linuxfoundation.org> References: <20260530160300.485627683@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 6.1-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/mt7623.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/mt7623.dtsi b/arch/arm/boot/dts/mt7623.dtsi index 74767b6703720..e7b09d0c3030a 100644 --- a/arch/arm/boot/dts/mt7623.dtsi +++ b/arch/arm/boot/dts/mt7623.dtsi @@ -329,7 +329,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