All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/2] ARM: dts: rockchip: fix ir-receiver node names
@ 2022-10-27  8:58 ` Johan Jonker
  0 siblings, 0 replies; 9+ messages in thread
From: Johan Jonker @ 2022-10-27  8:58 UTC (permalink / raw)
  To: heiko
  Cc: robh+dt, krzysztof.kozlowski+dt, devicetree, linux-kernel,
	linux-arm-kernel, linux-rockchip

Fix ir-receiver node names on Rockchip boards,
so that they match with regex: '^ir(-receiver)?(@[a-f0-9]+)?$'

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 arch/arm/boot/dts/rk3188-radxarock.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts
index e7cf18823..118deacd3 100644
--- a/arch/arm/boot/dts/rk3188-radxarock.dts
+++ b/arch/arm/boot/dts/rk3188-radxarock.dts
@@ -71,7 +71,7 @@
 		#sound-dai-cells = <0>;
 	};

-	ir_recv: gpio-ir-receiver {
+	ir_recv: ir-receiver {
 		compatible = "gpio-ir-receiver";
 		gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_LOW>;
 		pinctrl-names = "default";
--
2.20.1


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

end of thread, other threads:[~2022-10-30 20:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27  8:58 [PATCH v1 1/2] ARM: dts: rockchip: fix ir-receiver node names Johan Jonker
2022-10-27  8:58 ` Johan Jonker
2022-10-27  8:58 ` Johan Jonker
2022-10-27  8:59 ` [PATCH v1 2/2] arm64: " Johan Jonker
2022-10-27  8:59   ` Johan Jonker
2022-10-27  8:59   ` Johan Jonker
2022-10-30 20:29 ` [PATCH v1 1/2] ARM: " Heiko Stuebner
2022-10-30 20:29   ` Heiko Stuebner
2022-10-30 20:29   ` Heiko Stuebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.