On Wed, 2 Oct 2019 18:13:40 +0200, Krzysztof Kozlowski wrote: > Convert Samsung Exynos Pseudo Random Number Generator bindings to DT > schema format using json-schema. > > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > > --- > > Changes since v2: > 1. Add additionalProperties false, > 2. Include clock header and use defines instead of clock numbers. > > Changes since v1: > 1. Indent example with four spaces (more readable). > --- > .../bindings/rng/samsung,exynos4-rng.txt | 19 -------- > .../bindings/rng/samsung,exynos4-rng.yaml | 45 +++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 46 insertions(+), 20 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/rng/samsung,exynos4-rng.txt > create mode 100644 Documentation/devicetree/bindings/rng/samsung,exynos4-rng.yaml > Applied, thanks. Rob