On Sat, 7 Sep 2019 11:19:59 +0200, Krzysztof Kozlowski wrote: > Convert Samsung S5P and Exynos SoC bindings to DT schema format using > json-schema. This is purely conversion of already documented bindings > so it does not cover all of DTS in the Linux kernel (few S5P/Exynos and > all S3C are missing). > > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > > --- > > Changes since v1: > 1. Make Google boards latest revision as const. > 2. Split secure firmware into separate schema. > --- > .../bindings/arm/samsung/samsung-boards.txt | 83 --------- > .../bindings/arm/samsung/samsung-boards.yaml | 165 ++++++++++++++++++ > .../arm/samsung/samsung-secure-firmware.yaml | 31 ++++ > 3 files changed, 196 insertions(+), 83 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/samsung/samsung-boards.txt > create mode 100644 Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml > create mode 100644 Documentation/devicetree/bindings/arm/samsung/samsung-secure-firmware.yaml > Applied, thanks. Rob