Re: [PATCH v2 2/2] clk: ti: composite: resolve parent clocks by DT index, not by name
Brian Masney <[email protected]> Tue, 28 Jul 2026 10:11:19 -0400
| Newsgroups | org.kernel.vger.linux-omap,org.kernel.vger.linux-clk,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jul 27, 2026 at 09:41:41AM +0200, Mathieu Dubois-Briand wrote: > Resolve parent clocks by their index into the device tree "clocks" > property rather than matching names as strings. This makes it consistent > with other parts of the same driver. > > Signed-off-by: Mathieu Dubois-Briand <[email protected]> Reviewed-by: Brian Masney <[email protected]>