mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
hw/arm/stellaris: Remove incorrect unimplemented i2c-0 at 0x40002000
There is nothing mapped at 0x40002000. I2C#0 is already mapped at 0x40021000. Remove the invalid mapping added in commitsaecfbbc97a
&394c8bbfb7
. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20250110160204.74997-4-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
87409ea904
commit
00bc529d95
1 changed files with 0 additions and 2 deletions
|
@ -1001,7 +1001,6 @@ static void stellaris_init(MachineState *ms, stellaris_board_info *board)
|
||||||
* http://www.ti.com/lit/ds/symlink/lm3s6965.pdf
|
* http://www.ti.com/lit/ds/symlink/lm3s6965.pdf
|
||||||
*
|
*
|
||||||
* 40000000 wdtimer
|
* 40000000 wdtimer
|
||||||
* 40002000 i2c (unimplemented)
|
|
||||||
* 40004000 GPIO
|
* 40004000 GPIO
|
||||||
* 40005000 GPIO
|
* 40005000 GPIO
|
||||||
* 40006000 GPIO
|
* 40006000 GPIO
|
||||||
|
@ -1357,7 +1356,6 @@ static void stellaris_init(MachineState *ms, stellaris_board_info *board)
|
||||||
/* Add dummy regions for the devices we don't implement yet,
|
/* Add dummy regions for the devices we don't implement yet,
|
||||||
* so guest accesses don't cause unlogged crashes.
|
* so guest accesses don't cause unlogged crashes.
|
||||||
*/
|
*/
|
||||||
create_unimplemented_device("i2c-0", 0x40002000, 0x1000);
|
|
||||||
create_unimplemented_device("i2c-2", 0x40021000, 0x1000);
|
create_unimplemented_device("i2c-2", 0x40021000, 0x1000);
|
||||||
create_unimplemented_device("PWM", 0x40028000, 0x1000);
|
create_unimplemented_device("PWM", 0x40028000, 0x1000);
|
||||||
create_unimplemented_device("QEI-0", 0x4002c000, 0x1000);
|
create_unimplemented_device("QEI-0", 0x4002c000, 0x1000);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue