On Wed, May 10, 2017 at 02:13:00PM +0200, Geert Uytterhoeven wrote: > On Wed, May 10, 2017 at 1:52 PM, Laurent Pinchart > <laurent.pinchart@xxxxxxxxxxxxxxxx> wrote: > > On Wednesday 10 May 2017 10:28:11 Geert Uytterhoeven wrote: > >> On Wed, May 10, 2017 at 9:04 AM, Laurent Pinchart wrote: > >> > From: Koji Matsuoka <koji.matsuoka.xm@xxxxxxxxxxx> > >> > > >> > Instantiate the HDMI connectors and enable the encoders. > >> > > >> > Signed-off-by: Koji Matsuoka <koji.matsuoka.xm@xxxxxxxxxxx> > >> > Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@xxxxxxxxx> > >> > Signed-off-by: Laurent Pinchart > >> > <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > >> > --- > >> > > >> > arch/arm64/boot/dts/renesas/salvator-x.dtsi | 50 ++++++++++++++++++++++++ > >> > 1 file changed, 50 insertions(+) > >> > > >> > diff --git a/arch/arm64/boot/dts/renesas/salvator-x.dtsi > >> > b/arch/arm64/boot/dts/renesas/salvator-x.dtsi index > >> > d5eb022d247c..2cd0cce818e7 100644 > >> > --- a/arch/arm64/boot/dts/renesas/salvator-x.dtsi > >> > +++ b/arch/arm64/boot/dts/renesas/salvator-x.dtsi > >> > @@ -151,6 +151,30 @@ > >> > 1800000 0>; > >> > }; > >> > > >> > + hdmi0-out { > >> > >> Can you please respect sort order when inserting new nodes? > >> Thanks! > > > > Doesn't it make more sense to keep all display outputs grouped together > > instead of scattering them over the file ? > > Simon, what do you think? I tend to agree with Laurent here. I would, however, like the order to be consistent in the case where similar nodes are in multiple files as it makes it somewhat easier to make comparisons.