On Mon, 30 Sep 2019 17:44:17 +0200, Krzysztof Kozlowski wrote: > Convert Samsung Exynos Soc Multi Core Timer bindings to DT schema format > using json-schema. > > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > > --- > > Changes since v4: > 1. Do not mention interrupts-extended in the bindings (old bindings > mentioned only interrupts). > > Changes since v3: > 1. Use interrupts-extended instead of interrupts-map in example. > > Changes since v1: > 1. Indent example with four spaces (more readable), > 2. Rename nodes in example to timer, > 3. Remove mct-map subnode. > --- > .../bindings/timer/samsung,exynos4210-mct.txt | 88 -------------- > .../timer/samsung,exynos4210-mct.yaml | 107 ++++++++++++++++++ > 2 files changed, 107 insertions(+), 88 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.txt > create mode 100644 Documentation/devicetree/bindings/timer/samsung,exynos4210-mct.yaml > Applied, thanks. Rob