Re: [PATCH v2 2/7] dt-bindings: interconnect: Document the support of optional path tag
From: Rob Herring <robh@kernel.org>
Date: 2020-08-17 21:55:47
Also in:
linux-pm, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-08-17 21:55:47
Also in:
linux-pm, lkml
On Thu, 06 Aug 2020 19:31:21 +0300, Georgi Djakov wrote:
Let's document that we now support specifying path tag information in the arg cells of the 'interconnects' DT property. This information would be populated when the xlate_extended() callback is used. Specifying the tag in DT will allow the interconnect framework to do the aggregation based on the tag automatically. The users can still use the icc_set_tag() API if/when needed. Signed-off-by: Georgi Djakov <redacted> --- .../bindings/interconnect/interconnect.txt | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-)
Reviewed-by: Rob Herring <robh@kernel.org>