[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 02/13] hw/char/imx_serial: Fix reset value of UFCR registe
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 02/13] hw/char/imx_serial: Fix reset value of UFCR register |
Date: |
Mon, 27 Jan 2025 13:18:06 +0000 |
On Sat, 11 Jan 2025 at 18:37, Bernhard Beschow <shentey@gmail.com> wrote:
>
> The value of the UCFR register is respected when echoing characters to the
> terminal, but its reset value is reserved. Fix the reset value to the one
> documented in the datasheet.
>
> While at it move the related attribute out of the section of unimplemented
> registers since its value is actually respected.
>
> Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM