Re: [PATCH] dt-bindings: mailbox: ti,secure-proxy: Convert to yaml

2021-04-13 Thread Nishanth Menon
On 12:12-20210413, Nishanth Menon wrote: [...] > +properties: > + $nodename: > +pattern: "^mailbox@[0-9a-f]+$" > + > + compatible: > +const: ti,am654-secure-proxy > + > + "#mbox-cells": > +const: 1 > + > + reg-names: > +items: > + - const: target_data > + - const: rt >

[PATCH] dt-bindings: mailbox: ti,secure-proxy: Convert to yaml

2021-04-13 Thread Nishanth Menon
Convert the ti,secure-proxy 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 - Switched reg usage for address-cells and size-cells 1 - aligned with schema checks