RE: [PATCH v2 1/2] aspeed: introduce a new UART0 device name

2024-02-14 Thread Jamin Lin
ect: Re: [PATCH v2 1/2] aspeed: introduce a new UART0 device name > > Hello Jamin, > Thanks for review and sorry reply you late due to my Chinese new year holiday. > On 2/7/24 21:02, Jamin Lin via wrote: > > The Aspeed datasheet refers to the UART controllers as UART1 - UART13 &

Re: [PATCH v2 1/2] aspeed: introduce a new UART0 device name

2024-02-09 Thread Cédric Le Goater
Hello Jamin, On 2/7/24 21:02, Jamin Lin via wrote: The Aspeed datasheet refers to the UART controllers as UART1 - UART13 for the ast10x0, ast2600, ast2500 and ast2400 SoCs and the Aspeed ast2700 introduces an UART0 and the UART controllers as UART0 - UART12. To keep the naming in the QEMU model

[PATCH v2 1/2] aspeed: introduce a new UART0 device name

2024-02-07 Thread Jamin Lin via
The Aspeed datasheet refers to the UART controllers as UART1 - UART13 for the ast10x0, ast2600, ast2500 and ast2400 SoCs and the Aspeed ast2700 introduces an UART0 and the UART controllers as UART0 - UART12. To keep the naming in the QEMU models in sync with the datasheet, let's introduce a new U