devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: mediatek: mt7623: fix IR nodename
@ 2024-06-17  9:46 Rafał Miłecki
  2024-06-17  9:46 ` [PATCH 2/2] ARM: dts: mediatek: mt7623: fix efuse fallback compatible Rafał Miłecki
  2024-10-08 10:03 ` [PATCH 1/2] ARM: dts: mediatek: mt7623: fix IR nodename AngeloGioacchino Del Regno
  0 siblings, 2 replies; 5+ messages in thread
From: Rafał Miłecki @ 2024-06-17  9:46 UTC (permalink / raw)
  To: Matthias Brugger, AngeloGioacchino Del Regno, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: Sean Wang, devicetree, linux-arm-kernel, linux-mediatek,
	Rafał Miłecki, linux-media

From: Rafał Miłecki <rafal@milecki.pl>

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>
---
 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 f0b4a09004b3..9c5a52ce9351 100644
--- a/arch/arm/boot/dts/mediatek/mt7623.dtsi
+++ b/arch/arm/boot/dts/mediatek/mt7623.dtsi
@@ -308,7 +308,7 @@ pwrap: pwrap@1000d000 {
 		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>;
-- 
2.35.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-10-08 10:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17  9:46 [PATCH 1/2] ARM: dts: mediatek: mt7623: fix IR nodename Rafał Miłecki
2024-06-17  9:46 ` [PATCH 2/2] ARM: dts: mediatek: mt7623: fix efuse fallback compatible Rafał Miłecki
2024-10-07 14:06   ` Matthias Brugger
2024-10-08 10:02     ` AngeloGioacchino Del Regno
2024-10-08 10:03 ` [PATCH 1/2] ARM: dts: mediatek: mt7623: fix IR nodename AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).