Re: [PATCH 29/36] next-cube: move rtc-data-in gpio from next-pc to next-rtc device

2024-11-09 Thread Thomas Huth
Am Wed, 23 Oct 2024 09:58:45 +0100 schrieb Mark Cave-Ayland : > Add a new rtc-data-out gpio to the next-pc device and wire it up to the > next-rtc > rtc-data-in gpio using the standard qdev gpio APIs. > > Signed-off-by: Mark Cave-Ayland > --- > hw/m68k/next-cube.c | 26 +---

[PATCH 29/36] next-cube: move rtc-data-in gpio from next-pc to next-rtc device

2024-10-23 Thread Mark Cave-Ayland
Add a new rtc-data-out gpio to the next-pc device and wire it up to the next-rtc rtc-data-in gpio using the standard qdev gpio APIs. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/hw/m68k/nex