Patch "arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name linux,keycode" has been added to the 6.1-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name linux,keycode

to the 6.1-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-freescale-imx8dxl-fix-sc_pwrkey-s-property.patch
and it can be found in the queue-6.1 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 4ea53b7cd10a006c8703f5aa37eb58c2b8b7e23d
Author: Frank Li <Frank.Li@xxxxxxx>
Date:   Wed Jan 4 16:07:40 2023 -0500

    arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name linux,keycode
    
    [ Upstream commit cfb47bf5a470bdd80e8ac2f7b2f3a34563ecd4ea ]
    
    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@xxxxxxx>
    Signed-off-by: Shawn Guo <shawnguo@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
index 5ddbda0b4def..f2c4d13b2f3c 100644
--- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi
@@ -157,7 +157,7 @@ rtc: rtc {
 
 		sc_pwrkey: keys {
 			compatible = "fsl,imx8qxp-sc-key", "fsl,imx-sc-key";
-			linux,keycode = <KEY_POWER>;
+			linux,keycodes = <KEY_POWER>;
 			wakeup-source;
 		};
 



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux