On 28/1/25 11:45, Peter Maydell wrote:
The approach we've settled on for handling the omap_clk wiring for
OMAP devices converted to QDev is to have a function omap_foo_set_clk()
whose implementation just sets the field directly in the device's
state struct. (See the "TODO" comment near the top of omap.h.)
Make omap_mmc do the same.
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
---
include/hw/arm/omap.h | 3 +++
hw/sd/omap_mmc.c | 9 ++++++++-
2 files changed, 11 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>