On 1/26/2024 1:41 AM, Andrew Lunn wrote:
On Mon, Jan 22, 2024 at 11:27:00AM +0530, Kathiravan Thirumoorthy wrote:
Add support for gpll0_out_aux clock which acts as the parent for
certain networking subsystem (NSS) clocks.
This answers the question i asked for the previous patch.
Why did you split this into two patches?
driver and binding patch should be separate patches, else checkpatch
will complain it.
Please also give a more detailed description, rather than the vague
'certain networking subsystem (NSS) clocks'
Sure, will call out the clock names explicitly in the next spin.
If you device tree and drivers are correct, i should be able to work
out what the clock tree looks like, so there is no point trying to
hide the information.
Clocks which are part of the NSSCC are used by the Networking drivers
which are in the pipeline for upstream. Once the networking patches are
submitted in the list, we should be able to get the clear picture of the
clock tree.
Andrew