]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: mediatek: mt7623: fix IR nodename
authorRafał Miłecki <rafal@milecki.pl>
Mon, 17 Jun 2024 09:46:33 +0000 (11:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Mar 2025 11:50:06 +0000 (12:50 +0100)
[ 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 <rafal@milecki.pl>
Link: https://lore.kernel.org/r/20240617094634.23173-1-zajec5@gmail.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/mt7623.dtsi

index a7d62dbad6026b6ff516147aff7277278249f7e8..64756888fd0d11ce90d18c28f0c25c7723f776e7 100644 (file)
                clock-names = "spi", "wrap";
        };
 
-       cir: cir@10013000 {
+       cir: ir-receiver@10013000 {
                compatible = "mediatek,mt7623-cir";
                reg = <0 0x10013000 0 0x1000>;
                interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_LOW>;