merged.

Bruce

In message: [linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & 
v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH] arm: imx: Enable 
lpddr3_freq_imx for imx6
on 24/05/2023 Xiaolei Wang wrote:

> For imx6 bsp, the SDK actually integrates imx6 config
> and imx7 config, so lpddr3_freq_imx is needed when we
> use imx6, otherwise it will cause a series of problems,
> such as blurred graphics displayed by the display system,
> etc., so in order to avoid turning on the CONFIG_SOC_IMX7D and
> CONFIG_SOC_IMX7ULP options, and enable lpddr3_freq_imx on imx6.
> 
> Signed-off-by: Xiaolei Wang <[email protected]>
> ---
>  arch/arm/mach-imx/Kconfig  | 1 +
>  arch/arm/mach-imx/Makefile | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index 4dc5bce35791..fddc5c7770c6 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -148,6 +148,7 @@ config SOC_IMX6
>       select HAVE_IMX_MMDC
>       select HAVE_IMX_SRC
>       select MFD_SYSCON
> +     select HAVE_IMX_DDRC
>       select PL310_ERRATA_769419 if CACHE_L2X0
>  
>  config SOC_IMX6Q
> diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile
> index 546ec71b05f3..60a1e3eb3cdb 100644
> --- a/arch/arm/mach-imx/Makefile
> +++ b/arch/arm/mach-imx/Makefile
> @@ -75,7 +75,7 @@ ifeq ($(CONFIG_SUSPEND),y)
>  AFLAGS_suspend-imx6.o :=-Wa,-march=armv7-a
>  AFLAGS_suspend-imx7.o :=-Wa,-march=armv7-a
>  AFLAGS_suspend-imx7ulp.o :=-Wa,-march=armv7-a
> -obj-$(CONFIG_SOC_IMX6) += suspend-imx6.o
> +obj-$(CONFIG_SOC_IMX6) += suspend-imx6.o lpddr3_freq_imx.o
>  obj-$(CONFIG_SOC_IMX53) += suspend-imx53.o
>  obj-$(CONFIG_SOC_IMX7ULP) += suspend-imx7ulp.o
>  endif
> -- 
> 2.25.1
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#12654): 
https://lists.yoctoproject.org/g/linux-yocto/message/12654
Mute This Topic: https://lists.yoctoproject.org/mt/99108419/21656
Group Owner: [email protected]
Unsubscribe: 
https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy
 [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to