hw/arm/bcm2838_peripherals: Add clock_isp stub

Signed-off-by: Sergey Kambalin <sergey.kambalin@auriga.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
Sergey Kambalin 2024-02-25 18:02:36 -06:00 committed by Peter Maydell
parent bd41b27508
commit d8a57715bb
2 changed files with 7 additions and 0 deletions

View file

@ -71,6 +71,7 @@ struct BCM2838PeripheralState {
OrIRQState dma_9_10_irq_orgate;
UnimplementedDeviceState asb;
UnimplementedDeviceState clkisp;
};
struct BCM2838PeripheralClass {