Re: [PATCH v2 02/14] dt-bindings: dpll: Add support for Microchip Azurite chip family

From: Andrew Lunn
Date: Thu Apr 10 2025 - 13:38:30 EST


> Prathosh, could you please bring more light on this?
>
> > Just to clarify, the original driver was written specifically with 2-channel
> > chips in mind (ZL30732) with 10 input and 20 outputs, which led to some confusion of using zl3073x as compatible.
> > However, the final version of the driver will support the entire ZL3073x family
> > ZL30731 to ZL30735 and some subset of ZL30732 like ZL80732 etc
> > ensuring compatibility across all variants.

Hi Prathosh

Your email quoting is very odd, i nearly missed this reply.

Does the device itself have an ID register? If you know you have
something in the range ZL30731 to ZL30735, you can ask the hardware
what it is, and the driver then does not need any additional
information from DT, it can hard code it all based on the ID in the
register?

Andrew