On Thu, 15 Apr 2021 09:19:09 -0500, Nishanth Menon wrote: > Convert the ti,message-manager to yaml for better checks and documentation. > Differences being mostly in the examples: > - I've dropped the example usage of mailbox client, it is better done in > tisci node definition > - included header in example for buildable example > > NOTE: The following checkpatch warning is generated since we do include > the header in the example, but this is a false positive warning. > WARNING: DT binding docs and includes should be a separate patch. See: > Documentation/devicetree/bindings/submitting-patches.rst > > Signed-off-by: Nishanth Menon <nm@xxxxxx> > --- > Changes since v1: > - Fixed title in yaml (not driver) > - Commit message update to fix up a copy paste error (not secure-proxy). > - Subject line rewording to indicate json schema rather than yaml - > more inline with patches elsewhere. > > V1: https://lore.kernel.org/linux-arm-kernel/20210414002721.23638-1-nm@xxxxxx/ > .../bindings/mailbox/ti,message-manager.txt | 50 ------------- > .../bindings/mailbox/ti,message-manager.yaml | 75 +++++++++++++++++++ > 2 files changed, 75 insertions(+), 50 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mailbox/ti,message-manager.txt > create mode 100644 Documentation/devicetree/bindings/mailbox/ti,message-manager.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>