]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6-tbs2910: rename ir_recv to ir-receiver
authorFrank Li <Frank.Li@nxp.com>
Thu, 16 Oct 2025 16:00:12 +0000 (12:00 -0400)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Oct 2025 06:42:54 +0000 (14:42 +0800)
Rename ir_recv to ir-receiver to fix below CHECK_DTBS warnings:
arm/boot/dts/nxp/imx/imx6q-tbs2910.dtb: ir_recv (gpio-ir-receiver): $nodename:0: 'ir_recv' does not match '^ir(-receiver)?(@[a-f0-9]+)?$'
        from schema $id: http://devicetree.org/schemas/media/gpio-ir-receiver.yaml

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6q-tbs2910.dts

index 5353a0c24420504470b8b095eb7506e7713319c2..3bd0e2c9e57acaa8e491d01ba029c60531181aff 100644 (file)
@@ -37,7 +37,7 @@
                                      3000 1>;
        };
 
-       ir_recv {
+       ir-receiver {
                compatible = "gpio-ir-receiver";
                gpios = <&gpio3 18 GPIO_ACTIVE_LOW>;
                pinctrl-names = "default";