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 68E60155747; Wed, 5 Feb 2025 15:01:55 +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=1738767717; cv=none; b=sLFsVmiFxN01X+UEMzU4YpFWVptNFgDMXhJEuvFFhW1ZN6R2v6tz5k9jKo6k3kYUyCIcxXlfomvuDlMdTNDf3D/IEieVNHuwADJLvmInBdi594GitDUEAP2zjPy2RP0L1FuPYd0X3Cbqhv3k70LME6MFSwHWFpVE2IEzV2ahUOw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738767717; c=relaxed/simple; bh=bNT7faxWdbOeW2ypcSh3Gjz/c/PfYCHQ6Nswn4aROqI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=pesApPvQLrsQ7XkvZzOH+dhvVM1SZm1ZFv+JSKIXHmWqnB96tbOBalZq2LhC7wJPK9jatzgrFHUUYRVcCkMbjyJcycUzOjBJTautoxmPrJdbcCesKczLpt7/T2amYTDeF6qC/5LLCwwMAlw5rfPz0gQhCvfDp8vpqSQt7/cbrwY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=CV3eRX8G; 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="CV3eRX8G" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5A831C4CED1; Wed, 5 Feb 2025 15:01:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1738767715; bh=bNT7faxWdbOeW2ypcSh3Gjz/c/PfYCHQ6Nswn4aROqI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CV3eRX8GUGNcs+nWoM/UwNxoGGlZ1EqZ/m3vUqL+Ssi0iDh6SffCmTbxHJwbdcjAf ehEMxNMPPWRyaIGgsxJlB5lChcEs2V7JSCJO3MMDoKRUt7muJ/WDnQYEKENBZ4MxmQ ske88v3g1ush8pUs8cUE+S09VLETGCTfj1OabUOc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, linux-media@vger.kernel.org, =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= , Matthias Brugger , Sasha Levin Subject: [PATCH 6.13 420/623] ARM: dts: mediatek: mt7623: fix IR nodename Date: Wed, 5 Feb 2025 14:42:42 +0100 Message-ID: <20250205134512.294050799@linuxfoundation.org> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250205134456.221272033@linuxfoundation.org> References: <20250205134456.221272033@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 6.13-stable review patch. If anyone has any objections, please let me know. ------------------ From: Rafał Miłecki [ Upstream commit 90234cf9b37c57201a24b78c217a91a8af774109 ] Fix following validation error: arch/arm/boot/dts/mediatek/mt7623a-rfb-emmc.dtb: cir@10013000: $nodename:0: 'cir@10013000' does not match '^ir(-receiver)?(@[a-f0-9]+)?$' from schema $id: http://devicetree.org/schemas/media/mediatek,mt7622-cir.yaml# Fixes: 91044f38dae7 ("arm: dts: mt7623: add ir nodes to the mt7623.dtsi file") Cc: linux-media@vger.kernel.org Signed-off-by: Rafał Miłecki Link: https://lore.kernel.org/r/20240617094634.23173-1-zajec5@gmail.com Signed-off-by: Matthias Brugger 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 814586abc2979..fd7a89cc337d6 100644 --- a/arch/arm/boot/dts/mediatek/mt7623.dtsi +++ b/arch/arm/boot/dts/mediatek/mt7623.dtsi @@ -308,7 +308,7 @@ clock-names = "spi", "wrap"; }; - cir: cir@10013000 { + cir: ir-receiver@10013000 { compatible = "mediatek,mt7623-cir"; reg = <0 0x10013000 0 0x1000>; interrupts = ; -- 2.39.5