On 12/15/24 5:48 PM, Tom Rini wrote:
On Sat, Dec 14, 2024 at 11:45:11PM +0100, Marek Vasut wrote:

Align R-Car Gen2/Gen3/Gen4 configuration header file to look
basically the same way across these three SoC generations.
There are subtle difference between the remaining bits in
those files across SoC generations, but the common bits are
now aligned. There is not much left in those headers either,
most of the configuration is now converted to Kconfig.

Specifically for R-Car Gen3, GIC registers have been moved
to architecture specific header file rcar-gen3-base.h , the
rest of the changes here are comment changes and indentation
changes.

Signed-off-by: Marek Vasut <[email protected]>
---
Cc: Nobuhiro Iwamatsu <[email protected]>
Cc: Paul Barker <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: [email protected]
---
  .../include/mach/rcar-gen3-base.h             |  5 +++++
  include/configs/rcar-gen2-common.h            | 10 ++++++----
  include/configs/rcar-gen3-common.h            | 19 ++++++-------------
  include/configs/rcar-gen4-common.h            |  8 +++-----
  4 files changed, 20 insertions(+), 22 deletions(-)

This is good. As a follow-up, since it's a functional change

Is it ?

, can we
just switch to the default CFG_SYS_BAUDRATE_TABLE of { 9600, 19200,
38400, 57600, 115200 } ?
We cannot, because the new(er) SoC generations use 1843200 Bdps UART baudrate .

Reply via email to