On Thu, 15 Apr 2021 19:59:53 -0500, Nishanth Menon wrote: > Convert the ti,secure-proxy to yaml for better checks and documentation. > Differences being mostly in the examples: > - Dropped the example usage of mailbox client, it is better done in > tisci node definition. > - Switched reg usage for address-cells and size-cells 1 - aligned with > schema checks as well. > - included header in example for a buildable example. > > While at this, lets make sure to support upto 100 rx threads even though > typically upto 1 threads is practically in use. > > 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 <[email protected]> > --- > > Changes since v2: > - Subject line rewording to indicate json schema rather than yaml > - Review comment: Dropped "-" in interrupt-names pattern so that it will > match all > entries > - Minor commit message formatting changes > > V2: https://lore.kernel.org/linux-arm-kernel/[email protected]/ > V1: https://lore.kernel.org/linux-arm-kernel/[email protected]/ > > .../bindings/mailbox/ti,secure-proxy.txt | 50 ------------ > .../bindings/mailbox/ti,secure-proxy.yaml | 79 +++++++++++++++++++ > 2 files changed, 79 insertions(+), 50 deletions(-) > delete mode 100644 > Documentation/devicetree/bindings/mailbox/ti,secure-proxy.txt > create mode 100644 > Documentation/devicetree/bindings/mailbox/ti,secure-proxy.yaml >
Reviewed-by: Rob Herring <[email protected]>

