arm64: dts: freescale: imx8qxp: Fix the keys node name

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>
This commit is contained in:
Abel Vesa 2022-07-07 15:50:22 +03:00 committed by Shawn Guo
parent c7b3c05309
commit 3876f4829a

View file

@ -230,7 +230,7 @@ ocotp: ocotp {
#size-cells = <1>; #size-cells = <1>;
}; };
scu_key: scu-key { scu_key: keys {
compatible = "fsl,imx8qxp-sc-key", "fsl,imx-sc-key"; compatible = "fsl,imx8qxp-sc-key", "fsl,imx-sc-key";
linux,keycodes = <KEY_POWER>; linux,keycodes = <KEY_POWER>;
status = "disabled"; status = "disabled";