Re: [PATCH v2 2/5] configs: npcm: support more uart baud rate

2023-10-11 Thread Jim Liu
Hi Tom Thanks for your review. Google and other customers need to change baud rate so I added this table. I will modify the name to CFG_SYS_BAUDRATE_TABLE. Best regards, Jim On Wed, Oct 11, 2023 at 7:20 AM Tom Rini wrote: > > On Wed, Oct 11, 2023 at 04:45:30PM +0800, Jim Liu wrote: > > add ua

Re: [PATCH v2 2/5] configs: npcm: support more uart baud rate

2023-10-11 Thread Tom Rini
On Wed, Oct 11, 2023 at 04:45:30PM +0800, Jim Liu wrote: > add uart baud rate table to arbel(npcm8xx) and poleg(npcm7xx) > > Signed-off-by: Jim Liu > --- > include/configs/arbel.h | 5 - > include/configs/poleg.h | 2 ++ > 2 files changed, 6 insertions(+), 1 deletion(-) > > diff --git a/inc

[PATCH v2 2/5] configs: npcm: support more uart baud rate

2023-10-11 Thread Jim Liu
add uart baud rate table to arbel(npcm8xx) and poleg(npcm7xx) Signed-off-by: Jim Liu --- include/configs/arbel.h | 5 - include/configs/poleg.h | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/include/configs/arbel.h b/include/configs/arbel.h index 891257bc93..c45b2ac137