On Tue, Oct 19, 2021 at 4:12 PM Paweł Anikiel <pan@xxxxxxxxxxxx> wrote: > > socfpga_arria10_socdk.dtsi declares aliases which will most likely > be used by other arria10 boards in the exact same way. move these > aliases to the parent file. > > Signed-off-by: Paweł Anikiel <pan@xxxxxxxxxxxx> No, please move them into the .dts files instead for consistency. Each board may use a different subset of them, or have them numbered differently, so keep it out of the .dtsi file. Arnd