On Tue, 11 May 2021 15:29:27 +0200, Linus Walleij wrote: > This adds device tree bindings for the simple random number > generator found in the IXP46x SoCs. > > Cc: Deepak Saxena <dsaxena@xxxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > The idea is to apply this through the ARM SoC tree along > with other IXP4xx refactorings. > Please tell me if you prefer another solution. > --- > .../bindings/rng/intel,ixp46x-rng.yaml | 36 +++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 37 insertions(+) > create mode 100644 Documentation/devicetree/bindings/rng/intel,ixp46x-rng.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>