On Wed, 07 Sep 2022 10:43:01 +0300, Abel Vesa wrote: > Convert Qualcomm FastRPC bindings to yaml format, so that we could validate > dt-entries correctly and any future additions can go into yaml format. > > Use compute-cb@ subnodes instead of just cb@. Add qcom,glink-channels and > qcom,smd-channels missing properties to make sure dtbs_check doesn't fail > right off the bat. Correct the name of the parent node in the example from > smd-edge to glink-edge. > > Since now the qcom,fastrpc bindings document is yaml, update the > reference to it in qcom,glink-edge and also use $ref. > > Also update the MAINTAINERS file to point to the yaml version. > > Co-developed-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> > Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> > Co-developed-by: David Heidelberg <david@xxxxxxx> > Signed-off-by: David Heidelberg <david@xxxxxxx> > Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx> > --- > > Changes since v11: > * added 'additionalProperties: false' to the patternProperties, > as suggested by Krzysztof > > .../devicetree/bindings/misc/qcom,fastrpc.txt | 88 ------------- > .../bindings/misc/qcom,fastrpc.yaml | 124 ++++++++++++++++++ > .../bindings/remoteproc/qcom,glink-edge.yaml | 4 +- > MAINTAINERS | 2 +- > 4 files changed, 127 insertions(+), 91 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/misc/qcom,fastrpc.txt > create mode 100644 Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml > Applied, thanks!