diff options
author | Luca Weiss | 2021-12-13 09:26:09 +0100 |
---|---|---|
committer | Bjorn Andersson | 2021-12-20 19:10:11 -0600 |
commit | 1e20b28d2e0e3e2996841df92f3af9050303f864 (patch) | |
tree | fa18c99b238349ebb72091dac5987a1257d90901 /Documentation/devicetree | |
parent | bd0d04d4144d3db5b461b21d528607fe994d9afa (diff) |
dt-bindings: arm: msm: Don't mark LLCC interrupt as required
Newer SoCs like SM6350 or SM8250 don't provide an interrupt for LLCC.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Acked-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211213082614.22651-9-luca.weiss@fairphone.com
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml b/Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml index e12fc7999356..03882aac8d2d 100644 --- a/Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml +++ b/Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml @@ -45,7 +45,6 @@ required: - compatible - reg - reg-names - - interrupts additionalProperties: false |