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
[off-list ref] wrote:
quoted
On Wed, May 07, 2025 at 10:49:22AM -0500, Rob Herring (Arm) wrote:
quoted
Convert the Socionext Milbeaut UART binding to DT schema. It is a
straight-forward conversion.
Reviewed-by: Thierry Reding <redacted>
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
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