On Mon, 6 Mar 2023 at 14:43, Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > On 06/03/2023 07:04, Chunyan Zhang wrote: > > Add basic support for Unisoc's UMS512, with this patch, > > the board ums512-1h10 can run into console. > > > > Signed-off-by: Chunyan Zhang <chunyan.zhang@xxxxxxxxxx> > > --- > > Changes since V2: > > * Removed redundant gpio.h from ums512-1h10.dts > > > > Changes since v1: > > * Addressed comments: > > - Removed earlycon bootargs; > > - Moved up gic reg as second property; > > - Moved two sdio nodes under to the apb bus node; > > - Renamed node name of all fixed clocks; > > - Fixed warnings reported by dtbs_check. > > Please always mention under --- why you do not send a binding for new > board compatible. Actually, the patchset including dts and bindings changes got merged before, the dts patch was reverted due to compile issue[1] at that time. And after that I had a very long holiday, so resubmit the dts changes after such a long time. [1] https://lkml.org/lkml/2021/10/11/1349 Thanks, Chunyan