soc: arm: rename soc/arm/nuvoton as soc/arm/nuvoton_numicro

We try to reduce the ambiguity between 'soc/nuvoton/' and
'soc/nuvoton_npcx' folders. Most if soc vendors name their soc folder by
the company name with SOC_FAMILY suffix instead of the company name
directly. It is clearer if the soc company has different product lines
that aim to specific markets.

In this CL, the 'numicro' suffix is used for Nuvoton Microcontroller
production line. It distinguishes the 'npcx' suffix that used for
Nuvoton Embedded Controller (EC) of Notebook PC product line.

Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
This commit is contained in:
Mulin Chao 2021-07-19 23:47:15 -07:00 committed by Christopher Friedt
commit 3cfdf3e81e
14 changed files with 7 additions and 7 deletions

View file

@ -41,8 +41,8 @@
/soc/arm/infineon_xmc/ @parthitce
/soc/arm/nxp*/ @MaureenHelm @mmahadevan108 @dleach02
/soc/arm/nordic_nrf/ @ioannisg
/soc/arm/nuvoton/ @ssekar15
/soc/arm/nuvoton_npcx/ @MulinChao @WealianLiao @ChiHuaL
/soc/arm/nuvoton_numicro/ @ssekar15
/soc/arm/quicklogic_eos_s3/ @kowalewskijan @kgugala
/soc/arm/silabs_exx32/efm32pg1b/ @rdmeneze
/soc/arm/silabs_exx32/efr32mg21/ @l-alfred

View file

@ -25,7 +25,7 @@
flash0: flash@0 {
compatible = "serial-flash";
label = "FLASH_NUVOTON";
label = "FLASH_NUMICRO";
erase-block-size = <4096>;
write-block-size = <1>;
};

View file

@ -10,8 +10,8 @@ config SOC_FAMILY_NUMICRO
if SOC_FAMILY_NUMICRO
config SOC_FAMILY
string
default "nuvoton"
default "nuvoton_numicro"
source "soc/arm/nuvoton/*/Kconfig.soc"
source "soc/arm/nuvoton_numicro/*/Kconfig.soc"
endif # SOC_FAMILY_NUMICRO

View file

@ -3,4 +3,4 @@
# Copyright (c) 2020 Linumiz
# Author: Saravanan Sekar <saravanan@linumiz.com>
source "soc/arm/nuvoton/*/Kconfig.defconfig.series"
source "soc/arm/nuvoton_numicro/*/Kconfig.defconfig.series"

View file

@ -3,4 +3,4 @@
# Copyright (c) 2020 Linumiz
# Author: Saravanan Sekar <saravanan@linumiz.com>
source "soc/arm/nuvoton/*/Kconfig.series"
source "soc/arm/nuvoton_numicro/*/Kconfig.series"

View file

@ -5,7 +5,7 @@
if SOC_SERIES_M48X
source "soc/arm/nuvoton/m48x/Kconfig.defconfig.m48*"
source "soc/arm/nuvoton_numicro/m48x/Kconfig.defconfig.m48*"
config SOC_SERIES
default "m48x"