merged.

Bruce

In message: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 1/3] nxp-imx9: 
Delete IMX_SCU since imx93 does not need this driver
on 26/03/2024 Xiaolei Wang wrote:

> IMX_SCU is specific on imx8, so remove it to avoid warnings
> 
> [NOTE]: 'CONFIG_PINCTRL_IMX_SCU' last val (y) and .config val (n) do not match
>     [INFO]: CONFIG_PINCTRL_IMX_SCU : n
>     [INFO]: raw config text:
> 
>         config PINCTRL_IMX_SCU
>               tristate
>               select PINCTRL_IMX
>               depends on IMX_SCU && PINCTRL
> 
>         Config 'PINCTRL_IMX_SCU' has the following Direct dependencies 
> (PINCTRL_IMX_SCU=y):
>                 IMX_SCU(=y) && PINCTRL(=y)
>         Parent dependencies are:
>              PINCTRL [y] IMX_SCU [y]
>     [INFO]: config 'CONFIG_PINCTRL_IMX_SCU' was set, but it wasn't 
> assignable, check (parent) dependencies
> 
>     [INFO]: selection details for 'CONFIG_PINCTRL_IMX_SCU':
>         Symbols currently n-selecting this symbol (no effect):
>           - PINCTRL_IMX8QM
>           - PINCTRL_IMX8QXP
>           - PINCTRL_IMX8DXL
> 
> Signed-off-by: Xiaolei Wang <xiaolei.w...@windriver.com>
> ---
>  bsp/nxp-imx9/nxp-imx9.cfg | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/bsp/nxp-imx9/nxp-imx9.cfg b/bsp/nxp-imx9/nxp-imx9.cfg
> index 41964ea5..29c3b8e3 100644
> --- a/bsp/nxp-imx9/nxp-imx9.cfg
> +++ b/bsp/nxp-imx9/nxp-imx9.cfg
> @@ -164,7 +164,6 @@ CONFIG_SPI_SLAVE=y
>  CONFIG_PINCTRL=y
>  CONFIG_GPIOLIB=y
>  CONFIG_PINCTRL_IMX=y
> -CONFIG_PINCTRL_IMX_SCU=y
>  CONFIG_PINCTRL_IMX93=y
>  CONFIG_GPIO_MAX732X=y
>  CONFIG_GPIO_PCA953X=y
> -- 
> 2.25.1
> 

In message: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 3/3] nxp-imx9: 
Delete MXC_CLK_SCU since imx93 does not need this driver
on 26/03/2024 Xiaolei Wang wrote:

> MXC_CLK_SCU is specific on imx8, so remove it to avoid warnings
> 
> [NOTE]: 'CONFIG_MXC_CLK_SCU' last val (y) and .config val (n) do not match
>     [INFO]: CONFIG_MXC_CLK_SCU : n
>     [INFO]: raw config text:
> 
>         config MXC_CLK_SCU
>               tristate
>               depends on COMMON_CLK
> 
>         Config 'MXC_CLK_SCU' has the following Direct dependencies 
> (MXC_CLK_SCU=y):
>                 COMMON_CLK(=y)
>         Parent dependencies are:
>              COMMON_CLK [y]
>     [INFO]: config 'CONFIG_MXC_CLK_SCU' was set, but it wasn't assignable, 
> check (parent) dependencies
> 
>     [INFO]: selection details for 'CONFIG_MXC_CLK_SCU':
>         Symbols currently n-selecting this symbol (no effect):
>           - CLK_IMX8QXP
> 
> Signed-off-by: Xiaolei Wang <xiaolei.w...@windriver.com>
> ---
>  bsp/nxp-imx9/nxp-imx9.cfg | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/bsp/nxp-imx9/nxp-imx9.cfg b/bsp/nxp-imx9/nxp-imx9.cfg
> index c034cb5c..8ad37abb 100644
> --- a/bsp/nxp-imx9/nxp-imx9.cfg
> +++ b/bsp/nxp-imx9/nxp-imx9.cfg
> @@ -511,7 +511,6 @@ CONFIG_DMABUF_HEAPS_DSP=y
>  # Clock driver for ARM Reference designs
>  #
>  CONFIG_MXC_CLK=y
> -CONFIG_MXC_CLK_SCU=y
>  CONFIG_CLK_IMX93=y
>  
>  #
> -- 
> 2.25.1
> 

In message: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 2/3] nxp-imx9: 
Enable NET_DSA for nxp-imx9
on 26/03/2024 Xiaolei Wang wrote:

> Enable NET_DSA for nxp-imx9.
> 
> Signed-off-by: Xiaolei Wang <xiaolei.w...@windriver.com>
> ---
>  bsp/nxp-imx9/nxp-imx9.cfg | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/bsp/nxp-imx9/nxp-imx9.cfg b/bsp/nxp-imx9/nxp-imx9.cfg
> index 29c3b8e3..c034cb5c 100644
> --- a/bsp/nxp-imx9/nxp-imx9.cfg
> +++ b/bsp/nxp-imx9/nxp-imx9.cfg
> @@ -113,6 +113,7 @@ CONFIG_AT803X_PHY=y
>  CONFIG_REALTEK_PHY=y
>  CONFIG_STMMAC_ETH=y
>  CONFIG_FEC_ECAT=y
> +CONFIG_NET_DSA=m
>  CONFIG_NET_DSA_NETC=m
>  CONFIG_NET_DSA_SJA1105=m
>  CONFIG_NET_DSA_SJA1105_PTP=y
> -- 
> 2.25.1
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13749): 
https://lists.yoctoproject.org/g/linux-yocto/message/13749
Mute This Topic: https://lists.yoctoproject.org/mt/105197672/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to