On Tue, Oct 4, 2022 at 12:31 AM Florian Fainelli <f.fainelli@xxxxxxxxx> wrote: > > On 10/2/22 02:16, Sergio Paracuellos wrote: > > Add the yaml binding for MIPS Broadcom cable/DSL/settop platforms. > > > > Signed-off-by: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> > > --- > > .../devicetree/bindings/mips/brcm/soc.yaml | 97 +++++++++++++++++++ > > 1 file changed, 97 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/mips/brcm/soc.yaml > > > > diff --git a/Documentation/devicetree/bindings/mips/brcm/soc.yaml b/Documentation/devicetree/bindings/mips/brcm/soc.yaml > > new file mode 100644 > > index 000000000000..a47a5bcc5e0b > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/mips/brcm/soc.yaml > > @@ -0,0 +1,97 @@ > > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > > +%YAML 1.2 > > +--- > > +$id: http://devicetree.org/schemas/mips/brcm/soc.yaml# > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > + > > +title: Broadcom cable/DSL/settop platforms > > + > > +maintainers: > > + - Hauke Mehrtens <hauke@xxxxxxxxxx> > > + - Rafał Miłecki <zajec5@xxxxxxxxx> > > Could you also list myself here, since well, I am still listed in > MAINTAINERS for BMIPS, and CCing would be nice, too. I will add you and send v6 and sorry because I missed your name from get_maintainers script output so I forgot to CC also you. > > With that: > > Acked-by: Florian Fainelli <f.fainelli@xxxxxxxxx> Thanks! Best regards, Sergio Paracuellos > -- > Florian