From: Hugo Villeneuve <hvilleneuve@xxxxxxxxxxxx> Hello, this patch series improves DT properties handling, and converts sc16is7xx bindings from text to YAML. Patch 1 make sure we use the device_property APIs when configuring irda mode. Patch 2 is the actual conversion of bindings to YAML. Conversion to YAML has been suggested by Andy Shevchenko during review for another patch series for the sc16is7xx: Link: https://lkml.org/lkml/2023/5/25/743 Thank you. Link: [v1] https://lore.kernel.org/all/20230920152015.1376838-1-hugo@xxxxxxxxxxx/ Changes for V2: - Fix YAML title entry (capitalize) - Remove "|" from YAML clock-frequency property description - Remove YAML labels from examples - Fix reg warnings for YAML I2C examples - Remove YAML clock-frequency type - Set YAML gpio-controller property to true - Remove redundant YAML clocks description - Remove patches to add a 'nxp,' vendor prefix to 'irda-mode-ports' DT property (as suggested by Rob Herring) Hugo Villeneuve (2): serial: sc16is7xx: use device_property APIs when configuring irda mode dt-bindings: sc16is7xx: convert to YAML .../bindings/serial/nxp,sc16is7xx.txt | 118 ---------------- .../bindings/serial/nxp,sc16is7xx.yaml | 127 ++++++++++++++++++ drivers/tty/serial/sc16is7xx.c | 34 +++-- 3 files changed, 151 insertions(+), 128 deletions(-) delete mode 100644 Documentation/devicetree/bindings/serial/nxp,sc16is7xx.txt create mode 100644 Documentation/devicetree/bindings/serial/nxp,sc16is7xx.yaml base-commit: c980248179d655d33af47f0b0bec1ce8660994c6 -- 2.30.2