Message ID | 4f3e057b9a73d7ee7ff073f51bb9a4c30bdd0c84.1736506813.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: dts: renesas: gray-hawk-single: Restore sort order | expand |
Hi Geert, Thanks for your patch. On 2025-01-10 12:05:09 +0100, Geert Uytterhoeven wrote: > Alphabetical by label name. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> > --- > To be queued in renesas-devel for v6.15. > > .../dts/renesas/r8a779h0-gray-hawk-single.dts | 38 +++++++++---------- > 1 file changed, 19 insertions(+), 19 deletions(-) > > diff --git a/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts b/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts > index 18fd52f55de5b75b..d58f64d927feb17b 100644 > --- a/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts > +++ b/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts > @@ -233,25 +233,6 @@ channel1 { > }; > }; > > -&dsi0 { > - status = "okay"; > - > - ports { > - port@1 { > - reg = <1>; > - > - dsi0_out: endpoint { > - remote-endpoint = <&sn65dsi86_in0>; > - data-lanes = <1 2 3 4>; > - }; > - }; > - }; > -}; > - > -&du { > - status = "okay"; > -}; > - > &csi40 { > status = "okay"; > > @@ -292,6 +273,25 @@ csi41_in: endpoint { > }; > }; > > +&dsi0 { > + status = "okay"; > + > + ports { > + port@1 { > + reg = <1>; > + > + dsi0_out: endpoint { > + remote-endpoint = <&sn65dsi86_in0>; > + data-lanes = <1 2 3 4>; > + }; > + }; > + }; > +}; > + > +&du { > + status = "okay"; > +}; > + > &extal_clk { > clock-frequency = <16666666>; > }; > -- > 2.43.0 > >
diff --git a/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts b/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts index 18fd52f55de5b75b..d58f64d927feb17b 100644 --- a/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts +++ b/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts @@ -233,25 +233,6 @@ channel1 { }; }; -&dsi0 { - status = "okay"; - - ports { - port@1 { - reg = <1>; - - dsi0_out: endpoint { - remote-endpoint = <&sn65dsi86_in0>; - data-lanes = <1 2 3 4>; - }; - }; - }; -}; - -&du { - status = "okay"; -}; - &csi40 { status = "okay"; @@ -292,6 +273,25 @@ csi41_in: endpoint { }; }; +&dsi0 { + status = "okay"; + + ports { + port@1 { + reg = <1>; + + dsi0_out: endpoint { + remote-endpoint = <&sn65dsi86_in0>; + data-lanes = <1 2 3 4>; + }; + }; + }; +}; + +&du { + status = "okay"; +}; + &extal_clk { clock-frequency = <16666666>; };
Alphabetical by label name. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- To be queued in renesas-devel for v6.15. .../dts/renesas/r8a779h0-gray-hawk-single.dts | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-)