]> git.proxmox.com Git - mirror_qemu.git/commit
hw/misc/imx6ul_ccm: Implement non writable bits in CCM registers
authorJean-Christophe Dubois <jcd@tribudubois.net>
Tue, 16 Jun 2020 09:32:28 +0000 (10:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 09:32:28 +0000 (10:32 +0100)
commit3d26d7d69066f37b994d3a5eb7601311de2dd659
treefcd8bef589c6dd2fd1f8e1dcdae2f9d153916fcd
parent9aaa23c2ae18e6fb9a291b81baf91341db76dfa0
hw/misc/imx6ul_ccm: Implement non writable bits in CCM registers

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 adds the required code to protect the non writable bits.

Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net>
Message-id: 20200608133508.550046-1-jcd@tribudubois.net
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/misc/imx6ul_ccm.c