ARM: imx: fix missing 3rd argument in macro imx_mmdc_perf_init
stable inclusion from stable-5.10.58 commit ee6f7084324d6735756385b9c7ece158afcde700 bugzilla: 176984 https://gitee.com/openeuler/kernel/issues/I4E2P4 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=ee6f7084324d6735756385b9c7ece158afcde700 -------------------------------- [ Upstream commit 20fb7391 ] The function imx_mmdc_perf_init recently had a 3rd argument added to it but the equivalent macro was not updated and is still the older 2 argument version. Fix this by adding in the missing 3rd argumement mmdc_ipg_clk. Fixes: f07ec853 ("ARM: imx: add missing clk_disable_unprepare()") Signed-off-by:Colin Ian King <colin.king@canonical.com> Signed-off-by:
Shawn Guo <shawnguo@kernel.org> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Chen Jun <chenjun102@huawei.com> Acked-by:
Weilong Chen <chenweilong@huawei.com> Signed-off-by:
Chen Jun <chenjun102@huawei.com> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com>
Loading
Please sign in to comment