diff options
author | Johan Jonker <jbx6244@gmail.com> | 2022-10-27 10:59:10 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-10-30 21:19:36 +0100 |
commit | de0d04b9780a23eb928aedfb6f981285f78d58e5 (patch) | |
tree | 3a2807be9f4b42ca76e94d8774d5df4b743904ea /arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts | |
parent | dd847fe34cdf1e89afed1af24986359f13082bfb (diff) | |
download | linux-stable-de0d04b9780a23eb928aedfb6f981285f78d58e5.tar.gz linux-stable-de0d04b9780a23eb928aedfb6f981285f78d58e5.tar.bz2 linux-stable-de0d04b9780a23eb928aedfb6f981285f78d58e5.zip |
arm64: dts: rockchip: fix ir-receiver node names
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>
Link: https://lore.kernel.org/r/e9764253-8ce8-150b-4820-41f03f845469@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts b/arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts index ea6820902ede..7ea48167747c 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"; |