arm64: dts: mediatek: mt7622: fix IR nodename
[ Upstream commit 800dc93c3941e372c94278bf4059e6e82f60bd66 ]
Fix following validation error:
arch/arm64/boot/dts/mediatek/mt7622-rfb1.dtb: cir@10009000: $nodename:0: 'cir@10009000' does not match '^ir(-receiver)?(@[a-f0-9]+)?$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt7622-cir.yaml#
Fixes: ae457b7679
("arm64: dts: mt7622: add SoC and peripheral related device nodes")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240317221050.18595-3-zajec5@gmail.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
55d07efd38
commit
819da78e4c
@@ -244,7 +244,7 @@
|
|||||||
clock-names = "hif_sel";
|
clock-names = "hif_sel";
|
||||||
};
|
};
|
||||||
|
|
||||||
cir: cir@10009000 {
|
cir: ir-receiver@10009000 {
|
||||||
compatible = "mediatek,mt7622-cir";
|
compatible = "mediatek,mt7622-cir";
|
||||||
reg = <0 0x10009000 0 0x1000>;
|
reg = <0 0x10009000 0 0x1000>;
|
||||||
interrupts = <GIC_SPI 175 IRQ_TYPE_LEVEL_LOW>;
|
interrupts = <GIC_SPI 175 IRQ_TYPE_LEVEL_LOW>;
|
||||||
|
Reference in New Issue
Block a user