On Fri Nov 24, 2023 at 5:16 PM AEST, Cédric Le Goater wrote: > On 11/24/23 07:39, Nicholas Piggin wrote:
[snip] > > +static void pnv_chiptod_xscom_write(void *opaque, hwaddr addr, > > + uint64_t val, unsigned size, > > + bool is_power9) > > oops, I was too quick. You can remove 'bool is_power9' and xscom_ops. Ah, thanks I missed that. I removed that and the xscom ops class attribute so that's nice. I'll wait for a bit before reposting. If you don't mind I'll just keep your R-B with this fixed (it's just a mechanical change). Thanks, Nick