ARM: dts: imx6-tbs2910: rename ir_recv to ir-receiver

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>
pull/1354/merge
Frank Li 2025-10-16 12:00:12 -04:00 committed by Shawn Guo
parent f2a7629c30
commit 7ea1e6df5b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
3000 1>;
};
ir_recv {
ir-receiver {
compatible = "gpio-ir-receiver";
gpios = <&gpio3 18 GPIO_ACTIVE_LOW>;
pinctrl-names = "default";