On Wed, May 7, 2025 at 3:45 PM Ivan Vecera <ivecera@xxxxxxxxxx> wrote: > > Register DPLL sub-devices to expose the functionality provided > by ZL3073x chip family. Each sub-device represents one of > the available DPLL channels. ... > +/** > + * struct zl3073x_pdata - zl3073x sub-device platform data > + * @channel: channel to use > + */ > +struct zl3073x_pdata { > + u8 channel; > +}; You can also use software nodes (via device properties). But since the current solution doesn't require any additional files or something like that, I don't care much. -- With Best Regards, Andy Shevchenko