mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
hw/arm: Connect OTP device to BCM2835
Replace stubbed OTP memory region with the new OTP device. Signed-off-by: Rayhan Faizel <rayhan.faizel@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
c1bf754041
commit
6bf7993921
2 changed files with 14 additions and 2 deletions
|
@ -33,6 +33,7 @@
|
|||
#include "hw/usb/hcd-dwc2.h"
|
||||
#include "hw/ssi/bcm2835_spi.h"
|
||||
#include "hw/i2c/bcm2835_i2c.h"
|
||||
#include "hw/nvram/bcm2835_otp.h"
|
||||
#include "hw/misc/unimp.h"
|
||||
#include "qom/object.h"
|
||||
|
||||
|
@ -71,7 +72,7 @@ struct BCMSocPeripheralBaseState {
|
|||
BCM2835SPIState spi[1];
|
||||
BCM2835I2CState i2c[3];
|
||||
OrIRQState orgated_i2c_irq;
|
||||
UnimplementedDeviceState otp;
|
||||
BCM2835OTPState otp;
|
||||
UnimplementedDeviceState dbus;
|
||||
UnimplementedDeviceState ave0;
|
||||
UnimplementedDeviceState v3d;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue