Re: [PATCH v8 0/2] Add support to fetch baudrate from dtb

2023-10-19 Thread Michal Simek
On 9/21/23 13:20, Venkatesh Yadav Abbarapu wrote: In this patch series - Add support in Kconfig and convert for armada boards - Fetch baudrate from the dtb and update Changes in v8: - Added test to cover fetch_baud_from_dtb. - Changed this check_valid_baudrate() to static and removed from

[PATCH v8 0/2] Add support to fetch baudrate from dtb

2023-09-21 Thread Venkatesh Yadav Abbarapu
In this patch series - Add support in Kconfig and convert for armada boards - Fetch baudrate from the dtb and update Changes in v8: - Added test to cover fetch_baud_from_dtb. - Changed this check_valid_baudrate() to static and removed from serial.h - Fixed the compilation error. Changes in v7