On Wed, Aug 28, 2024 at 08:01:17PM +0200, Jan Kiszka wrote: > From: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> > > Rewrap the long lines at this chance. > > Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> > --- > arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 18 ++++++++++++++---- > 1 file changed, 14 insertions(+), 4 deletions(-) > You still have DTS packed in the middle of driver changes, suggesting dependency. Such ordering does not make sense, because entire DTS goes separate tree and branch. It only complicates stuff because if you have dependency, which you cannot have, it won't be that easily visible. You already got the same comment. Please fix your driver to remove dependency and ABI break, and then fix the patch order. Best regards, Krzysztof