Re: [PATCH v2] dt-bindings: serial: Convert socionext,milbeaut-usio-uart to DT schema
From: Greg Kroah-Hartman
Date: Fri May 09 2025 - 11:32:25 EST
On Fri, May 09, 2025 at 10:29:07AM -0500, Rob Herring wrote:
> On Fri, May 9, 2025 at 9:51 AM Greg Kroah-Hartman
> <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> >
> > On Wed, May 07, 2025 at 10:49:22AM -0500, Rob Herring (Arm) wrote:
> > > Convert the Socionext Milbeaut UART binding to DT schema. It is a
> > > straight-forward conversion.
> > >
> > > Reviewed-by: Thierry Reding <treding@xxxxxxxxxx>
> > > Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> > > ---
> > > v2:
> > > - Fix $id path
> > > ---
> > > .../bindings/serial/milbeaut-uart.txt | 21 -------
> > > .../serial/socionext,milbeaut-usio-uart.yaml | 56 +++++++++++++++++++
> > > 2 files changed, 56 insertions(+), 21 deletions(-)
> > > delete mode 100644 Documentation/devicetree/bindings/serial/milbeaut-uart.txt
> > > create mode 100644 Documentation/devicetree/bindings/serial/socionext,milbeaut-usio-uart.yaml
> >
> > Are you wanting all of these serial "convert to dt schema" patches to go
> > through the tty/serial tree, or will you be taking them? Either is fine
> > with me, your choice.
>
> You can take them. With all of them, we're done converting serial drivers!
Ok, I'll queue them up in a day or so, thanks!
greg k-h