Re: [PATCH 4/6] arm64: dts: freescale: imx95-verdin: Add Ivy carrier board

From: Frank Li

Date: Tue Mar 10 2026 - 11:31:29 EST


On Tue, Mar 10, 2026 at 11:06:08AM +0100, Ernest Van Hoecke wrote:
> On Thu, Mar 05, 2026 at 06:24:32PM +0100, Ernest Van Hoecke wrote:
>
> Hello Krzysztof,
> Hello Frank,
>
> Thanks for your review so far. I noticed that the node order here is
> also wrong and not alphanumeric on node name. I will fix some of them,
> but for some it could mean that for example, 'ain2_voltage_unmanaged:
> voltage-divider-ain2' is far from 'ain2-voltage', which is unfortunate
> since they are related. Together with the the current-sense and
> mux-controller nodes they form something of a logical group and it seems
> undesirable to have them be separated by a long 'leds' node and the
> regulator nodes.
>
> Would it be acceptable to keep the "group" together and sort
> alphanumerically within it, or is it preferred to sort all nodes
> alphanumerically?

Previous happen insert duplicated nodes many times because try "group"
function togeter or random order.

It is hard to define "group". Use alphanumerically is easily to folllow
and it can use tools to check.

Now I take over freescale dts tree. there are over 500 dts under arm64
freescale. I want to use simple and straingforward rule to manage it.

ref use label (free nameing), you can use nice label name to keep good
orders.

Frank

>
> Kind regards,
> Ernest