On 18/11/2022 02:06, Hal Feng wrote: > From: Emil Renner Berthing <kernel@xxxxxxxx> > > Add resets for the StarFive JH7110 system (SYS) and always-on (AON) > reset controller. > > Signed-off-by: Emil Renner Berthing <kernel@xxxxxxxx> > Signed-off-by: Hal Feng <hal.feng@xxxxxxxxxxxxxxxx> > --- > MAINTAINERS | 5 +- > include/dt-bindings/reset/starfive-jh7110.h | 154 ++++++++++++++++++++ > 2 files changed, 157 insertions(+), 2 deletions(-) > create mode 100644 include/dt-bindings/reset/starfive-jh7110.h > > diff --git a/MAINTAINERS b/MAINTAINERS > index e97dac9c0ee4..eeab26f5597c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -19614,12 +19614,13 @@ F: Documentation/devicetree/bindings/pinctrl/starfive,jh7100-pinctrl.yaml > F: drivers/pinctrl/starfive/ > F: include/dt-bindings/pinctrl/pinctrl-starfive-jh7100.h > > -STARFIVE JH7100 RESET CONTROLLER DRIVERS > +STARFIVE RESET CONTROLLER DRIVERS > M: Emil Renner Berthing <kernel@xxxxxxxx> > +M: Hal Feng <hal.feng@xxxxxxxxxxxxxxxx> > S: Maintained > F: Documentation/devicetree/bindings/reset/starfive,jh7100-reset.yaml > F: drivers/reset/starfive/ > -F: include/dt-bindings/reset/starfive-jh7100.h > +F: include/dt-bindings/reset/starfive* > > STATIC BRANCH/CALL > M: Peter Zijlstra <peterz@xxxxxxxxxxxxx> > diff --git a/include/dt-bindings/reset/starfive-jh7110.h b/include/dt-bindings/reset/starfive-jh7110.h Filename based / the same as compatible (or bindings filename). Best regards, Krzysztof