Commit 719ca379 authored by Rob Herring's avatar Rob Herring Committed by Rob Clark
Browse files

dt-bindings: display/msm: Drop bogus interrupt flags cell on MDSS nodes



The MDSS interrupt provider is a single cell, so specifying interrupt flags
on the consumers is incorrect.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20220301210513.1855076-1-robh@kernel.org


Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
parent afab9d91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ examples:
    #include <dt-bindings/interrupt-controller/arm-gic.h>
    #include <dt-bindings/power/qcom-rpmpd.h>

    display-subsystem@c900000 {
    mdss: display-subsystem@c900000 {
        compatible = "qcom,msm8998-mdss";
        reg = <0x0c900000 0x1000>;
        reg-names = "mdss";
@@ -192,7 +192,7 @@ examples:
            clock-names = "iface", "bus", "mnoc", "core", "vsync";

            interrupt-parent = <&mdss>;
            interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
            interrupts = <0>;
            operating-points-v2 = <&mdp_opp_table>;
            power-domains = <&rpmpd MSM8998_VDDMX>;

+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ examples:
                power-domains = <&rpmpd QCM2290_VDDCX>;

                interrupt-parent = <&mdss>;
                interrupts = <0 IRQ_TYPE_NONE>;
                interrupts = <0>;

                ports {
                        #address-cells = <1>;