Re: [PATCH v1 1/2] ARM: configs: add bitbang feature for npcm8xx

2023-02-14 Thread Tom Rini
On Tue, Feb 14, 2023 at 04:20:35PM +0800, Jim Liu wrote:

> Signed-off-by: Jim Liu 
> ---
>  configs/arbel_evb_defconfig | 3 +++
>  include/configs/arbel.h | 1 +
>  2 files changed, 4 insertions(+)
> 
> diff --git a/configs/arbel_evb_defconfig b/configs/arbel_evb_defconfig
> index 8f8a603b50..ac4bb40193 100644
> --- a/configs/arbel_evb_defconfig
> +++ b/configs/arbel_evb_defconfig
> @@ -92,3 +92,6 @@ CONFIG_NPCM_AES=y
>  CONFIG_NPCM_OTP=y
>  CONFIG_DM_REGULATOR=y
>  CONFIG_DM_REGULATOR_NPCM8XX=y
> +CONFIG_BITBANGMII=y
> +CONFIG_PHY_ADDR_ENABLE=y
> +CONFIG_PHY_ADDR=0
> diff --git a/include/configs/arbel.h b/include/configs/arbel.h
> index 8e27fb52a1..d009543ff5 100644
> --- a/include/configs/arbel.h
> +++ b/include/configs/arbel.h
> @@ -10,6 +10,7 @@
>  #define CFG_SYS_BOOTMAPSZ(20 << 20)
>  #define CFG_SYS_INIT_RAM_ADDRCFG_SYS_SDRAM_BASE
>  #define CFG_SYS_INIT_RAM_SIZE0x8000
> +#define CONFIG_BITBANGMII_MULTI

No "#define CONFIG" in board config.h files, this won't pass CI.

-- 
Tom


signature.asc
Description: PGP signature


[PATCH v1 1/2] ARM: configs: add bitbang feature for npcm8xx

2023-02-14 Thread Jim Liu
Signed-off-by: Jim Liu 
---
 configs/arbel_evb_defconfig | 3 +++
 include/configs/arbel.h | 1 +
 2 files changed, 4 insertions(+)

diff --git a/configs/arbel_evb_defconfig b/configs/arbel_evb_defconfig
index 8f8a603b50..ac4bb40193 100644
--- a/configs/arbel_evb_defconfig
+++ b/configs/arbel_evb_defconfig
@@ -92,3 +92,6 @@ CONFIG_NPCM_AES=y
 CONFIG_NPCM_OTP=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_NPCM8XX=y
+CONFIG_BITBANGMII=y
+CONFIG_PHY_ADDR_ENABLE=y
+CONFIG_PHY_ADDR=0
diff --git a/include/configs/arbel.h b/include/configs/arbel.h
index 8e27fb52a1..d009543ff5 100644
--- a/include/configs/arbel.h
+++ b/include/configs/arbel.h
@@ -10,6 +10,7 @@
 #define CFG_SYS_BOOTMAPSZ  (20 << 20)
 #define CFG_SYS_INIT_RAM_ADDR  CFG_SYS_SDRAM_BASE
 #define CFG_SYS_INIT_RAM_SIZE  0x8000
+#define CONFIG_BITBANGMII_MULTI
 
 /* Default environemnt variables */
 #define CFG_EXTRA_ENV_SETTINGS   "uimage_flash_addr=8020\0"   \
-- 
2.17.1