Re: [PATCH] hw/misc/imx6ul_ccm.c: Implement non writable bits in CCM registers

2020-06-05 Thread Peter Maydell
On Fri, 29 May 2020 at 19:00, Jean-Christophe Dubois wrote: > > Some bits of the CCM registers are non writable. > > This was left undone in the initial commit (all bits of registers were > writable). > > This patch add the required code to protect non writable bits. > > Signed-off-by:

[PATCH] hw/misc/imx6ul_ccm.c: Implement non writable bits in CCM registers

2020-05-29 Thread Jean-Christophe Dubois
Some bits of the CCM registers are non writable. This was left undone in the initial commit (all bits of registers were writable). This patch add the required code to protect non writable bits. Signed-off-by: Jean-Christophe Dubois --- hw/misc/imx6ul_ccm.c | 81