On 28/01/2025 11:25, Swathi K S wrote: > > &pinctrl_pmu { > diff --git a/arch/arm64/boot/dts/tesla/fsd.dtsi b/arch/arm64/boot/dts/tesla/fsd.dtsi > index cc67930ebf78..670f6a852542 100644 > --- a/arch/arm64/boot/dts/tesla/fsd.dtsi > +++ b/arch/arm64/boot/dts/tesla/fsd.dtsi > @@ -1027,6 +1027,33 @@ > phy-mode = "rgmii-id"; > status = "disabled"; > }; > + > + ethernet_1: ethernet@14300000 { Don't add nodes to the end, because that lead to mess we have there. Squeeze it somewhere where impact on resorting would be the smallest. Best regards, Krzysztof