Re: [PATCH 02/10] riscv: dts: th1520: Add clock-frequency for UART0

2025-05-12 Thread Yao Zi
On Mon, May 12, 2025 at 07:53:01AM -0400, e wrote: > On 2025-05-12 05:57, Leo Liang wrote: > > On Sat, Apr 26, 2025 at 04:56:56PM +, Yao Zi wrote: > > > [EXTERNAL MAIL] > > > > > > The BROM of TH1520 always initializes its clock and configure the > > > baudrate to 115200. Add a clock-frequency

Re: [PATCH 02/10] riscv: dts: th1520: Add clock-frequency for UART0

2025-05-12 Thread e
On 2025-05-12 05:57, Leo Liang wrote: On Sat, Apr 26, 2025 at 04:56:56PM +, Yao Zi wrote: [EXTERNAL MAIL] The BROM of TH1520 always initializes its clock and configure the baudrate to 115200. Add a clock-frequency property to provide such information without introducing CCF to SPL. Signed-

Re: [PATCH 02/10] riscv: dts: th1520: Add clock-frequency for UART0

2025-05-12 Thread Leo Liang
On Sat, Apr 26, 2025 at 04:56:56PM +, Yao Zi wrote: > [EXTERNAL MAIL] > > The BROM of TH1520 always initializes its clock and configure the > baudrate to 115200. Add a clock-frequency property to provide such > information without introducing CCF to SPL. > > Signed-off-by: Yao Zi > --- > ar

[PATCH 02/10] riscv: dts: th1520: Add clock-frequency for UART0

2025-04-26 Thread Yao Zi
The BROM of TH1520 always initializes its clock and configure the baudrate to 115200. Add a clock-frequency property to provide such information without introducing CCF to SPL. Signed-off-by: Yao Zi --- arch/riscv/dts/th1520.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/dts