On Sun, Feb 2, 2020 at 4:39 AM Stephen Boyd <swboyd@xxxxxxxxxxxx> wrote: > > This allows us to validate the dt binding to the implementation. Add the > interrupt property too, because that's required but nobody noticed when > the non-YAML binding was introduced. > > Cc: Andrey Pronin <apronin@xxxxxxxxxxxx> > Cc: Douglas Anderson <dianders@xxxxxxxxxxxx> > Signed-off-by: Stephen Boyd <swboyd@xxxxxxxxxxxx> > --- > > Changes from v1: > * Dropped spi-max-frequency as required > * Capped spi-max-frequency at 1MHz > * Added interrupt-parent to example to be realistic > > .../bindings/security/tpm/google,cr50.txt | 19 ------- > .../bindings/security/tpm/google,cr50.yaml | 50 +++++++++++++++++++ > 2 files changed, 50 insertions(+), 19 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/security/tpm/google,cr50.txt > create mode 100644 Documentation/devicetree/bindings/security/tpm/google,cr50.yaml Reviewed-by: Rob Herring <robh@xxxxxxxxxx>