提交 072495b3 编写于 作者: R Rob Herring 提交者: Sudeep Holla

arm64: dts: juno: fix missing Coresight STM graph connection

OF graph endpoint connections must be bidirectional. Fix 2 missing
connections to the STM output port:

Warning (graph_endpoint): /stm@20100000/port/endpoint: graph connection to node '/funnel@20130000/ports/port@1/endpoint' is not bidirectional
Warning (graph_endpoint): /stm@20100000/port/endpoint: graph connection to node '/funnel@20130000/ports/port@1/endpoint' is not bidirectional

Fixes: cde6f9ab ("arm64: dts: juno: add missing CoreSight STM component")
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
Cc: Mike Leach <mike.leach@linaro.org>
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: NRob Herring <robh@kernel.org>
Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
上级 6da6c0db
...@@ -278,6 +278,10 @@ ...@@ -278,6 +278,10 @@
remote-endpoint = <&csys2_funnel_out_port>; remote-endpoint = <&csys2_funnel_out_port>;
}; };
&csys1_funnel_in_port0 {
remote-endpoint = <&stm_out_port>;
};
&stm_out_port { &stm_out_port {
remote-endpoint = <&csys1_funnel_in_port0>; remote-endpoint = <&csys1_funnel_in_port0>;
}; };
......
...@@ -278,6 +278,10 @@ ...@@ -278,6 +278,10 @@
remote-endpoint = <&csys2_funnel_out_port>; remote-endpoint = <&csys2_funnel_out_port>;
}; };
&csys1_funnel_in_port0 {
remote-endpoint = <&stm_out_port>;
};
&stm_out_port { &stm_out_port {
remote-endpoint = <&csys1_funnel_in_port0>; remote-endpoint = <&csys1_funnel_in_port0>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册