ARM: dts: rockchip: fix ir-receiver node names
authorJohan Jonker <jbx6244@gmail.com>
Thu, 27 Oct 2022 08:58:22 +0000 (10:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Dec 2022 10:24:32 +0000 (11:24 +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>
arch/arm/boot/dts/rk3188-radxarock.dts

index 1da46d138029f2bc96b5de213b8f0523ad0784ef..54e8e5dca93b3f80533f18031fff91c1f765e81e 100644 (file)
                #sound-dai-cells = <0>;
        };
 
-       ir_recv: gpio-ir-receiver {
+       ir_recv: ir-receiver {
                compatible = "gpio-ir-receiver";
                gpios = <&gpio0 10 1>;
                pinctrl-names = "default";