[PATCH v2 1/2] serial: zynqmp: Fetch baudrate from dtb and update

2023-04-17 Thread Venkatesh Yadav Abbarapu
From: Algapally Santosh Sagar The baudrate configured in .config is taken by default by serial. If change of baudrate is required then the .config needs to changed and u-boot recompilation is required or the u-boot environment needs to be updated. To avoid this, support is added to fetch the

Re: [PATCH v2 1/2] serial: zynqmp: Fetch baudrate from dtb and update

2023-04-17 Thread Michal Simek
On 4/17/23 06:28, Venkatesh Yadav Abbarapu wrote: From: Algapally Santosh Sagar The baudrate configured in .config is taken by default by serial. If change of baudrate is required then the .config needs to changed and u-boot recompilation is required or the u-boot environment needs to be