Re: [PATCH v2 1/3] interconnect: imx: Switch from imx_icc_node_adj_desc to fsl,icc-id node assignment

From: Georgi Djakov
Date: Sat Jan 01 2022 - 12:25:44 EST


Hi Abel,

Thanks for working on this!

On 1.01.22 18:39, Abel Vesa wrote:
In order to be able to have more than one NoCs in the interconnect net
we need to decouple the NoC from the dram. So instead of using the
imx_icc_node_adj_desc, we use the fsl,icc-id property that is in
each NoC (or pl301) to the icc node (based on the id) to it.

I believe that this DT property should be documented somewhere.
Maybe in Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml?

BR,
Georgi

Along with all the NoC and pl301 nodes in the dts we will have a
interconnect dedicated node. This node will be the actual device of the
icc provider.

Signed-off-by: Abel Vesa <abel.vesa@xxxxxxx>
---

No changes since v1.

drivers/interconnect/imx/imx.c | 70 +++++++++++++++-------------------
1 file changed, 31 insertions(+), 39 deletions(-)