Am 6. Februar 2025 17:32:31 UTC schrieb Peter Maydell <peter.mayd...@linaro.org>: >On Tue, 4 Feb 2025 at 09:21, Bernhard Beschow <shen...@gmail.com> wrote: >> >> The implementation just allows Linux to determine date and time. >> >> Signed-off-by: Bernhard Beschow <shen...@gmail.com> >> --- >> MAINTAINERS | 1 + >> hw/rtc/rs5c372.c | 227 ++++++++++++++++++++++++++++++++++++++++++++ >> hw/rtc/Kconfig | 5 + >> hw/rtc/meson.build | 1 + >> hw/rtc/trace-events | 4 + >> 5 files changed, 238 insertions(+) >> create mode 100644 hw/rtc/rs5c372.c > >Should there be a patch after this one that adds this device >to your board ? As per Kconfig the board selects I2C_DEVICES and this device is "default y if I2C_DEVICES". I've deliberately not hardcoded this device to the board to make it emulate a plain i.MX 8M Plus SoC (see also board documentation). Best regards, Bernhard > >thanks >-- PMM
- [PATCH v2 00/18] Add i.MX 8M Plus EVK machine Bernhard Beschow
- [PATCH v2 03/18] hw/gpio/pca955*: Move Kconfi... Bernhard Beschow
- [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RT... Bernhard Beschow
- Re: [PATCH v2 18/18] hw/rtc: Add Ricoh RS... Peter Maydell
- Re: [PATCH v2 18/18] hw/rtc: Add Rico... Bernhard Beschow
- Re: [PATCH v2 18/18] hw/rtc: Add ... Philippe Mathieu-Daudé
- Re: [PATCH v2 18/18] hw/rtc:... Bernhard Beschow
- [PATCH v2 09/18] hw/arm/fsl-imx8mp: Add GPIO ... Bernhard Beschow
- Re: [PATCH v2 09/18] hw/arm/fsl-imx8mp: A... Peter Maydell
- [PATCH v2 10/18] hw/arm/fsl-imx8mp: Add I2C c... Bernhard Beschow
- Re: [PATCH v2 10/18] hw/arm/fsl-imx8mp: A... Peter Maydell
- [PATCH v2 13/18] hw/arm/fsl-imx8mp: Implement... Bernhard Beschow
- Re: [PATCH v2 13/18] hw/arm/fsl-imx8mp: I... Peter Maydell
- Re: [PATCH v2 13/18] hw/arm/fsl-imx8m... Bernhard Beschow
- [PATCH v2 07/18] hw/arm/fsl-imx8mp: Add USDHC... Bernhard Beschow