From 8aa7e1491a300c8b33137402ae7fee955be3c80c Mon Sep 17 00:00:00 2001 From: Advait Dhamorikar Date: Fri, 23 Jan 2026 12:09:35 +0530 Subject: [PATCH] board: mecha: update keycode addressing --- arch/arm64/boot/dts/freescale/imx8mp-mecha-comet.dts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/imx8mp-mecha-comet.dts b/arch/arm64/boot/dts/freescale/imx8mp-mecha-comet.dts index 88f8b61ba66a..4104f7bd52f6 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-mecha-comet.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-mecha-comet.dts @@ -148,7 +148,8 @@ keypad-slide { label = "Home-Button"; - linux,code = ; + linux,input-type = ; + linux,code = ; gpios = <&gpio2 11 GPIO_ACTIVE_HIGH>; }; }; @@ -159,7 +160,7 @@ keypad-slide { label = "VOL+"; linux,input-type = ; - linux,code = <103>; + linux,code = ; gpios = <&gpio2 07 GPIO_ACTIVE_HIGH>; }; }; @@ -170,7 +171,7 @@ keypad-slide { label = "VOL-"; linux,input-type = ; - linux,code = <108>; + linux,code = ; gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; }; };