> > drivers/reset/Kconfig | 10 +++ > > drivers/reset/Makefile | 1 + > > drivers/reset/reset-th1520.c | 109 +++++++++++++++++++++++ > > include/dt-bindings/reset/th1520-reset.h | 9 ++ > > Bindings are always separate patches. In this case, all bindings should > be together. Also you clearly forgot one step: Thanks for the feedback. Does it mean 2 files `include/dt-bindings/reset/th1520-reset.h`, `Documentation/devicetree/bindings/reset/thead,th1520-reset.yaml` Should be one patch first together? Kwnag.