On Fri, 20 Aug 2021 17:03:51 +0200, Krzysztof Kozlowski wrote: > Convert Samsung Exynos PPMU bindings to DT schema format using > json-schema. The example is quite different due to the nature of > dtschema examples parsing (no overriding via-label allowed). > > New bindings contain copied description from previous bindings document, > therefore the license is set as GPL-2.0-only. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > > --- > > Changes since v1: > 1. New patch > --- > .../bindings/devfreq/event/exynos-ppmu.txt | 169 ----------------- > .../devfreq/event/samsung,exynos-ppmu.yaml | 174 ++++++++++++++++++ > 2 files changed, 174 insertions(+), 169 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/devfreq/event/exynos-ppmu.txt > create mode 100644 Documentation/devicetree/bindings/devfreq/event/samsung,exynos-ppmu.yaml > Applied, thanks!