[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 1/3] nxp-imx9: Delete IMX_SCU since imx93 does not need this driver

2024-03-26 Thread Xiaolei Wang via lists.yoctoproject.org
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

[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 2/3] nxp-imx9: Enable NET_DSA for nxp-imx9

2024-03-26 Thread Xiaolei Wang via lists.yoctoproject.org
Enable NET_DSA for nxp-imx9. Signed-off-by: Xiaolei Wang --- 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

[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 3/3] nxp-imx9: Delete MXC_CLK_SCU since imx93 does not need this driver

2024-03-26 Thread Xiaolei Wang via lists.yoctoproject.org
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