On Wed, Dec 01, 2021 at 01:38:02AM +0300, Dmitry Osipenko wrote: > From: Svyatoslav Ryhel <clamor95@xxxxxxxxx> [...] > + i2c2: i2c@7000c400 { > + status = "okay"; > + clock-frequency = <400000>; > + }; [...] Nit: You could now use the new controller handles directly - that would avoid some indentation and duplication. Though I understand it is a lot of tedious reformatting. Best Regards Michał Mirosław