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@eswincomputing.com wrote: > > From: Xuyang Dong > > > > Add bindings for the high-speed peripherals clock and reset generator > > on the ESWIN EIC7700 HSP. > > > > Acked-by: Conor Dooley > > Signed-off-by: Xuyang Dong > > --- > > .../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 > M: Xuyang Dong > 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 M: Xuyang Dong 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?