Re: [PATCH v4 1/3] dt-bindings: clock: Add ESWIN eic7700 HSP clock and reset generator

From: Brian Masney

Date: Tue May 12 2026 - 11:55:58 EST


Hi Xuyang,

On Tue, May 12, 2026 at 10:05:11AM +0800, dongxuyang@xxxxxxxxxxxxxxxxxx wrote:
> From: Xuyang Dong <dongxuyang@xxxxxxxxxxxxxxxxxx>
>
> Add bindings for the high-speed peripherals clock and reset generator
> on the ESWIN EIC7700 HSP.
>
> Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
> Signed-off-by: Xuyang Dong <dongxuyang@xxxxxxxxxxxxxxxxxx>
> ---
> .../bindings/clock/eswin,eic7700-hspcrg.yaml | 63 +++++++++++++++++++
> MAINTAINERS | 5 +-
> .../dt-bindings/clock/eswin,eic7700-hspcrg.h | 33 ++++++++++
> .../dt-bindings/reset/eswin,eic7700-hspcrg.h | 21 +++++++
> 4 files changed, 120 insertions(+), 2 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/clock/eswin,eic7700-hspcrg.yaml
> create mode 100644 include/dt-bindings/clock/eswin,eic7700-hspcrg.h
> create mode 100644 include/dt-bindings/reset/eswin,eic7700-hspcrg.h

Does the MAINTAINERS file need to be updated for these paths? The entry
in linux-next currently looks like this:

ESWIN EIC7700 CLOCK DRIVER
M: Yifeng Huang <huangyifeng@xxxxxxxxxxxxxxxxxx>
M: Xuyang Dong <dongxuyang@xxxxxxxxxxxxxxxxxx>
S: Maintained
F: Documentation/devicetree/bindings/clock/eswin,eic7700-clock.yaml
F: drivers/clk/eswin/
F: include/dt-bindings/clock/eswin,eic7700-clock.h

Brian