From 02dd76f214bcc032b86034386631c093922fa7ae Mon Sep 17 00:00:00 2001 From: Parth Sanepara Date: Tue, 1 Oct 2024 17:08:21 +0530 Subject: [PATCH 1/2] boards: remove CONFIG_PINCTRL from defconfig of phytec boards. this pr change files "boards/phytec/mimx8mm_phyboard_polis/mimx8mm_phyboard_polis_mimx8mm6_m4_defconfig" "boards/phytec/mimx8mp_phyboard_pollux/mimx8mp_phyboard_pollux_mimx8ml8_m7_defconfig" removed CONFIG_PINCTRL=y Signed-off-by: Parth Sanepara --- .../mimx8mm_phyboard_polis_mimx8mm6_m4_defconfig | 1 - .../mimx8mp_phyboard_pollux_mimx8ml8_m7_defconfig | 5 ----- 2 files changed, 6 deletions(-) diff --git a/boards/phytec/mimx8mm_phyboard_polis/mimx8mm_phyboard_polis_mimx8mm6_m4_defconfig b/boards/phytec/mimx8mm_phyboard_polis/mimx8mm_phyboard_polis_mimx8mm6_m4_defconfig index 9fad86a42a7feb..533730db043f00 100644 --- a/boards/phytec/mimx8mm_phyboard_polis/mimx8mm_phyboard_polis_mimx8mm6_m4_defconfig +++ b/boards/phytec/mimx8mm_phyboard_polis/mimx8mm_phyboard_polis_mimx8mm6_m4_defconfig @@ -10,5 +10,4 @@ CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_CONSOLE=y -CONFIG_PINCTRL=y CONFIG_GPIO=y diff --git a/boards/phytec/mimx8mp_phyboard_pollux/mimx8mp_phyboard_pollux_mimx8ml8_m7_defconfig b/boards/phytec/mimx8mp_phyboard_pollux/mimx8mp_phyboard_pollux_mimx8ml8_m7_defconfig index 4926fdbe4e1e96..d22d59de3508c9 100644 --- a/boards/phytec/mimx8mp_phyboard_pollux/mimx8mp_phyboard_pollux_mimx8ml8_m7_defconfig +++ b/boards/phytec/mimx8mp_phyboard_pollux/mimx8mp_phyboard_pollux_mimx8ml8_m7_defconfig @@ -10,11 +10,6 @@ CONFIG_UART_CONSOLE=y CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_CONSOLE=y - -# y for TCM memory space CONFIG_CODE_ITCM=y - -# y for DDR memory space CONFIG_CODE_DDR=n -CONFIG_PINCTRL=y From 7190b0f698455381cf697d73bfb82333a98cf700 Mon Sep 17 00:00:00 2001 From: Parth Sanepara Date: Thu, 3 Oct 2024 22:17:19 +0530 Subject: [PATCH 2/2] boards: remove CONFIG_PINCTRL phytec board EOF extra new line removed for CI compliance error fix. Signed-off-by: Parth Sanepara --- .../mimx8mp_phyboard_pollux_mimx8ml8_m7_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/phytec/mimx8mp_phyboard_pollux/mimx8mp_phyboard_pollux_mimx8ml8_m7_defconfig b/boards/phytec/mimx8mp_phyboard_pollux/mimx8mp_phyboard_pollux_mimx8ml8_m7_defconfig index d22d59de3508c9..a8db744b78e036 100644 --- a/boards/phytec/mimx8mp_phyboard_pollux/mimx8mp_phyboard_pollux_mimx8ml8_m7_defconfig +++ b/boards/phytec/mimx8mp_phyboard_pollux/mimx8mp_phyboard_pollux_mimx8ml8_m7_defconfig @@ -12,4 +12,3 @@ CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_CONSOLE=y CONFIG_CODE_ITCM=y CONFIG_CODE_DDR=n -