arm64: dts: freescale: imx8qxp: Fix the keys node name
authorAbel Vesa <abel.vesa@nxp.com>
Thu, 7 Jul 2022 12:50:22 +0000 (15:50 +0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 8 Jul 2022 08:37:10 +0000 (16:37 +0800)
The proper name is 'keys', not 'scu-keys'.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8qxp.dtsi

index ddcc0131b861095b6ef400b223c13cbb263b4751..f4ea18bb95abfe3cbfb336095e221990fd895811 100644 (file)
                        #size-cells = <1>;
                };
 
-               scu_key: scu-key {
+               scu_key: keys {
                        compatible = "fsl,imx8qxp-sc-key", "fsl,imx-sc-key";
                        linux,keycodes = <KEY_POWER>;
                        status = "disabled";