hw/ssi/imx_spi.c: Remove MSGDATA register support
commit556899fc1965d82f5c4a3ba6a0be3b1193e2c4b2
authorJean-Christophe Dubois <jcd@tribudubois.net>
Mon, 9 Jan 2017 11:40:23 +0000 (9 11:40 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jan 2017 11:50:23 +0000 (9 11:50 +0000)
tree72a6405226f7e5dfe46e6ceaec16b4eeb61c9169
parent24cb2e0d57cea0cbc163f23fa47d530b35425a21
hw/ssi/imx_spi.c: Remove MSGDATA register support

From the documentation it is not clear what this SPI register is about.

Moreover, neither linux driver nor xvisor driver are using this SPI register.

For now we just remove it and issue a log on register write access.

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