arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name linux,keycode
authorFrank Li <Frank.Li@nxp.com>
Wed, 4 Jan 2023 21:07:40 +0000 (16:07 -0500)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Jan 2023 09:41:05 +0000 (17:41 +0800)
linux,keycode should be "linux,keycodes" according binding-doc
Documentation/devicetree/bindings/input/fsl,scu-key.yaml

Fixes: f537ee7f1e76 ("arm64: dts: freescale: add i.MX8DXL SoC support")
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8dxl.dtsi

index 0c64b91..214f21b 100644 (file)
 
                sc_pwrkey: keys {
                        compatible = "fsl,imx8qxp-sc-key", "fsl,imx-sc-key";
-                       linux,keycode = <KEY_POWER>;
+                       linux,keycodes = <KEY_POWER>;
                        wakeup-source;
                };