Skip to content

Commit 90234cf

Browse files
Rafał Miłeckimbgg
authored andcommitted
ARM: dts: mediatek: mt7623: fix IR nodename
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: 91044f3 ("arm: dts: mt7623: add ir nodes to the mt7623.dtsi file") Cc: [email protected] Signed-off-by: Rafał Miłecki <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Matthias Brugger <[email protected]>
1 parent 40384c8 commit 90234cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/mediatek/mt7623.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
clock-names = "spi", "wrap";
309309
};
310310

311-
cir: cir@10013000 {
311+
cir: ir-receiver@10013000 {
312312
compatible = "mediatek,mt7623-cir";
313313
reg = <0 0x10013000 0 0x1000>;
314314
interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_LOW>;

0 commit comments

Comments
 (0)