提交 a276e469 编写于 作者: J Jonathan Neuschäfer 提交者: Zheng Zengkai

ARM: imx: pm-imx5: Fix references to imx5_cpu_suspend_info

stable inclusion
from stable-5.10.53
commit 31e1b8c07d358da3b0cf6b55c18caa7cc89bcc6c
bugzilla: 175574 https://gitee.com/openeuler/kernel/issues/I4DTUX

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=31e1b8c07d358da3b0cf6b55c18caa7cc89bcc6c

--------------------------------

[ Upstream commit 89b75946 ]

The name of the struct, as defined in arch/arm/mach-imx/pm-imx5.c,
is imx5_cpu_suspend_info.
Signed-off-by: NJonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: NFabio Estevam <festevam@gmail.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
Signed-off-by: NSasha Levin <sashal@kernel.org>
Signed-off-by: NChen Jun <chenjun102@huawei.com>
Acked-by: NWeilong Chen <chenweilong@huawei.com>
Signed-off-by: NChen Jun <chenjun102@huawei.com>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 add2953b
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
* ^ * ^
* ^ * ^
* imx53_suspend code * imx53_suspend code
* PM_INFO structure(imx53_suspend_info) * PM_INFO structure(imx5_cpu_suspend_info)
* ======================== low address ======================= * ======================== low address =======================
*/ */
/* Offsets of members of struct imx53_suspend_info */ /* Offsets of members of struct imx5_cpu_suspend_info */
#define SUSPEND_INFO_MX53_M4IF_V_OFFSET 0x0 #define SUSPEND_INFO_MX53_M4IF_V_OFFSET 0x0
#define SUSPEND_INFO_MX53_IOMUXC_V_OFFSET 0x4 #define SUSPEND_INFO_MX53_IOMUXC_V_OFFSET 0x4
#define SUSPEND_INFO_MX53_IO_COUNT_OFFSET 0x8 #define SUSPEND_INFO_MX53_IO_COUNT_OFFSET 0x8
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册