Skip to content

Commit fc5c669

Browse files
committed
dt-bindings: display: msm: correct example in SM8350 MDSS schema
Fix the interconnects in the example to follow the schema changes. Fixes: 60b8d3a ("dt-bindings: display: msm: sm8350-mdss: Describe the CPU-CFG icc path") Reported-by: Rob Herring <[email protected]> Closes: http://lore.kernel.org/r/CAL_JsqKr8Xd8uxFzE0YJTyD+V6N++VV8SX-GB5Xt0_BKkeoGUQ@mail.gmail.com Signed-off-by: Dmitry Baryshkov <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/651775/ Link: https://lore.kernel.org/r/[email protected]
1 parent d92801d commit fc5c669

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ examples:
9292
#include <dt-bindings/clock/qcom,gcc-sm8350.h>
9393
#include <dt-bindings/clock/qcom,rpmh.h>
9494
#include <dt-bindings/interrupt-controller/arm-gic.h>
95+
#include <dt-bindings/interconnect/qcom,icc.h>
9596
#include <dt-bindings/interconnect/qcom,sm8350.h>
9697
#include <dt-bindings/power/qcom,rpmhpd.h>
9798
@@ -101,8 +102,10 @@ examples:
101102
reg-names = "mdss";
102103
103104
interconnects = <&mmss_noc MASTER_MDP0 0 &mc_virt SLAVE_EBI1 0>,
104-
<&mmss_noc MASTER_MDP1 0 &mc_virt SLAVE_EBI1 0>;
105-
interconnect-names = "mdp0-mem", "mdp1-mem";
105+
<&mmss_noc MASTER_MDP1 0 &mc_virt SLAVE_EBI1 0>,
106+
<&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ACTIVE_ONLY
107+
&config_noc SLAVE_DISPLAY_CFG QCOM_ICC_TAG_ACTIVE_ONLY>;
108+
interconnect-names = "mdp0-mem", "mdp1-mem", "cpu-cfg";
106109
107110
power-domains = <&dispcc MDSS_GDSC>;
108111
resets = <&dispcc DISP_CC_MDSS_CORE_BCR>;

0 commit comments

Comments
 (0)