[PATCH 08/11] ARM: dts: imx6-tbs2910: rename ir_recv to ir

Frank Li posted 11 patches 6 days, 2 hours ago
[PATCH 08/11] ARM: dts: imx6-tbs2910: rename ir_recv to ir
Posted by Frank Li 6 days, 2 hours ago
Rename ir_recv to ir 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>
---
 arch/arm/boot/dts/nxp/imx/imx6q-tbs2910.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/nxp/imx/imx6q-tbs2910.dts b/arch/arm/boot/dts/nxp/imx/imx6q-tbs2910.dts
index 5353a0c24420504470b8b095eb7506e7713319c2..9834cd166688b4d2efa4724362a129479e2d3b0f 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6q-tbs2910.dts
+++ b/arch/arm/boot/dts/nxp/imx/imx6q-tbs2910.dts
@@ -37,7 +37,7 @@ fan {
 				      3000 1>;
 	};
 
-	ir_recv {
+	ir {
 		compatible = "gpio-ir-receiver";
 		gpios = <&gpio3 18 GPIO_ACTIVE_LOW>;
 		pinctrl-names = "default";

-- 
2.34.1
Re: [PATCH 08/11] ARM: dts: imx6-tbs2910: rename ir_recv to ir
Posted by Fabio Estevam 5 days, 22 hours ago
On Thu, Sep 25, 2025 at 6:14 PM Frank Li <Frank.Li@nxp.com> wrote:

> -       ir_recv {
> +       ir {

ir-receiver would be more informative.

This is what gpio-ir-receiver.yaml uses in the example.