]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: rockchip: fix ir-receiver node names
authorJohan Jonker <jbx6244@gmail.com>
Thu, 27 Oct 2022 08:58:22 +0000 (10:58 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 14 Dec 2022 13:02:52 +0000 (14:02 +0100)
[ Upstream commit dd847fe34cdf1e89afed1af24986359f13082bfb ]

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/ea5af279-f44c-afea-023d-bb37f5a0d58d@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
(cherry picked from commit 752138ef89e84fa2c597f0fd7cf3dbbc6ce59e02)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
arch/arm/boot/dts/rk3188-radxarock.dts

index 36c0945f43b2285da819c86daf1e7a8c6ebb3353..3718fac62841c220fedef6f93580aa86bde2a9f4 100644 (file)
@@ -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";