diff mbox series

[v1,2/2] arm64: dts: rockchip: fix ir-receiver node names

Message ID e9764253-8ce8-150b-4820-41f03f845469@gmail.com (mailing list archive)
State New, archived
Headers show
Series [v1,1/2] ARM: dts: rockchip: fix ir-receiver node names | expand

Commit Message

Johan Jonker Oct. 27, 2022, 8:59 a.m. UTC
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/arm64/boot/dts/rockchip/rk3308-roc-cc.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.20.1
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts b/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts
index ea6820902..7ea481677 100644
--- a/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts
@@ -19,7 +19,7 @@ 
 		stdout-path = "serial2:1500000n8";
 	};

-	ir_rx {
+	ir-receiver {
 		compatible = "gpio-ir-receiver";
 		gpios = <&gpio0 RK_PC0 GPIO_ACTIVE_HIGH>;
 		pinctrl-names = "default";