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

From: Brian Masney

Date: Tue May 12 2026 - 13:31:11 EST


On Tue, May 12, 2026 at 05:40:16PM +0100, Conor Dooley wrote:
> On Tue, May 12, 2026 at 11:48:09AM -0400, Brian Masney wrote:
> > 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
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b2040011a386..b7180863310c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9548,9 +9548,10 @@ 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: Documentation/devicetree/bindings/clock/eswin,eic7700*
> F: drivers/clk/eswin/
> -F: include/dt-bindings/clock/eswin,eic7700-clock.h
> +F: include/dt-bindings/clock/eswin,eic7700*
> +F: include/dt-bindings/reset/eswin,eic7700-hspcrg.h
>
>
> Is this not sufficient for what you're looking for?

I completely missed that. Sorry

Brian