Message ID | ea5af279-f44c-afea-023d-bb37f5a0d58d@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v1,1/2] ARM: dts: rockchip: fix ir-receiver node names | expand |
On Thu, 27 Oct 2022 10:58:22 +0200, Johan Jonker wrote: > Fix ir-receiver node names on Rockchip boards, > so that they match with regex: '^ir(-receiver)?(@[a-f0-9]+)?$' > > Applied, thanks! [1/2] ARM: dts: rockchip: fix ir-receiver node names commit: dd847fe34cdf1e89afed1af24986359f13082bfb [2/2] arm64: dts: rockchip: fix ir-receiver node names commit: de0d04b9780a23eb928aedfb6f981285f78d58e5 Best regards,
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";
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(-) -- 2.20.1