On Fri, 15 Nov 2019 11:08:54 +0100, Benjamin Gaignard wrote: > Convert the STM32 RNG binding to DT schema format using json-schema > Remove interrupt from the json-schema because it is not used by the driver. > > Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > --- > .../devicetree/bindings/rng/st,stm32-rng.txt | 25 ----------- > .../devicetree/bindings/rng/st,stm32-rng.yaml | 48 ++++++++++++++++++++++ > 2 files changed, 48 insertions(+), 25 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/rng/st,stm32-rng.txt > create mode 100644 Documentation/devicetree/bindings/rng/st,stm32-rng.yaml > Applied, thanks. Rob