On Sun, 3 Nov 2019 17:01:12 +0100, Krzysztof Kozlowski wrote: > Convert Samsung S3C/S5P/Exynos Serial/UART bindings to DT schema format > using json-schema. > > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > > --- > > Changes since v1: > 1. Simplify 'clock-names' patters after Rob's suggestions, > 2. Add description to 'interrupts', > 3. Remove 'uniqueItems' where not needed, > 4. Remove aliases from example. > --- > .../bindings/mfd/samsung,exynos5433-lpass.txt | 2 +- > .../bindings/serial/samsung_uart.txt | 58 --------- > .../bindings/serial/samsung_uart.yaml | 118 ++++++++++++++++++ > 3 files changed, 119 insertions(+), 59 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/serial/samsung_uart.txt > create mode 100644 Documentation/devicetree/bindings/serial/samsung_uart.yaml > Applied, thanks. Rob