qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH-2.12 v1 1/3] xilinx_spips: Update the QSPI Mod I


From: francisco iglesias
Subject: Re: [Qemu-devel] [PATCH-2.12 v1 1/3] xilinx_spips: Update the QSPI Mod ID reset value
Date: Wed, 29 Nov 2017 22:26:59 +0100

On 28 November 2017 at 23:31, Alistair Francis <address@hidden>
wrote:

> Update the reset value to match the latest ZynqMP register spec.
>
> Signed-off-by: Alistair Francis <address@hidden>
>

Reviewed-by: Francisco Iglesias <address@hidden>



> ---
>
>  hw/ssi/xilinx_spips.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/hw/ssi/xilinx_spips.c b/hw/ssi/xilinx_spips.c
> index ad1b2ba79f..899db814ee 100644
> --- a/hw/ssi/xilinx_spips.c
> +++ b/hw/ssi/xilinx_spips.c
> @@ -355,6 +355,7 @@ static void xlnx_zynqmp_qspips_reset(DeviceState *d)
>      s->regs[R_GQSPI_RX_THRESH] = 1;
>      s->regs[R_GQSPI_GFIFO_THRESH] = 1;
>      s->regs[R_GQSPI_IMR] = GQSPI_IXR_MASK;
> +    s->regs[R_MOD_ID] = 0x01090101;
>      s->man_start_com_g = false;
>      s->gqspi_irqline = 0;
>      xlnx_zynqmp_qspips_update_ixr(s);
> --
> 2.14.1
>
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]