Hi Andrew, On Wed, 15 Oct 2025 at 15:32, Andrew Goodbody <[email protected]> wrote: > > clk_get_rate() returns a ulong so do not attempt to pass negative error > codes through it. > > Signed-off-by: Andrew Goodbody <[email protected]> > --- > drivers/clk/meson/a1.c | 10 +++++----- > drivers/clk/meson/axg.c | 10 +++++----- > drivers/clk/meson/g12a.c | 36 ++++++++++++++++++------------------ > drivers/clk/meson/gxbb.c | 20 ++++++++++---------- > 4 files changed, 38 insertions(+), 38 deletions(-) >
Don't change the driver interface...just update the uclass. Regards, Simon

