diff options
author | 2023-01-04 16:07:40 -0500 | |
---|---|---|
committer | 2023-01-09 17:41:05 +0800 | |
commit | cfb47bf5a470bdd80e8ac2f7b2f3a34563ecd4ea (patch) | |
tree | b87d587471ebca4a5960c22458dd8d517261f53c | |
parent | arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts' (diff) | |
download | wireguard-linux-cfb47bf5a470bdd80e8ac2f7b2f3a34563ecd4ea.tar.xz wireguard-linux-cfb47bf5a470bdd80e8ac2f7b2f3a34563ecd4ea.zip |
arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name linux,keycode
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>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi index 0c64b9194621..214f21bd0cb4 100644 --- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi @@ -164,7 +164,7 @@ sc_pwrkey: keys { compatible = "fsl,imx8qxp-sc-key", "fsl,imx-sc-key"; - linux,keycode = <KEY_POWER>; + linux,keycodes = <KEY_POWER>; wakeup-source; }; |