RE: [RFC PATCH 2/3] reset: Add th1520 reset driver support

From: Kwanghoon Son
Date: Tue Sep 05 2023 - 22:19:20 EST


> > 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.