Commit 9e7f7b65 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sm[68]350: Use interrupts-extended with pdc interrupts

Using interrupts = <&pdc X Y> makes the interrupt framework interpret this as
the &pdc-nth range of the main interrupt controller (GIC). Fix it.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211114012755.112226-5-konrad.dybcio@somainline.org
parent ed9500c1
...@@ -631,7 +631,7 @@ tsens0: thermal-sensor@c263000 { ...@@ -631,7 +631,7 @@ tsens0: thermal-sensor@c263000 {
reg = <0 0x0c263000 0 0x1ff>, /* TM */ reg = <0 0x0c263000 0 0x1ff>, /* TM */
<0 0x0c222000 0 0x8>; /* SROT */ <0 0x0c222000 0 0x8>; /* SROT */
#qcom,sensors = <16>; #qcom,sensors = <16>;
interrupts = <&pdc 26 IRQ_TYPE_LEVEL_HIGH>, interrupts-extended = <&pdc 26 IRQ_TYPE_LEVEL_HIGH>,
<&pdc 28 IRQ_TYPE_LEVEL_HIGH>; <&pdc 28 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "uplow", "critical"; interrupt-names = "uplow", "critical";
#thermal-sensor-cells = <1>; #thermal-sensor-cells = <1>;
...@@ -642,7 +642,7 @@ tsens1: thermal-sensor@c265000 { ...@@ -642,7 +642,7 @@ tsens1: thermal-sensor@c265000 {
reg = <0 0x0c265000 0 0x1ff>, /* TM */ reg = <0 0x0c265000 0 0x1ff>, /* TM */
<0 0x0c223000 0 0x8>; /* SROT */ <0 0x0c223000 0 0x8>; /* SROT */
#qcom,sensors = <16>; #qcom,sensors = <16>;
interrupts = <&pdc 27 IRQ_TYPE_LEVEL_HIGH>, interrupts-extended = <&pdc 27 IRQ_TYPE_LEVEL_HIGH>,
<&pdc 29 IRQ_TYPE_LEVEL_HIGH>; <&pdc 29 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "uplow", "critical"; interrupt-names = "uplow", "critical";
#thermal-sensor-cells = <1>; #thermal-sensor-cells = <1>;
......
...@@ -923,7 +923,7 @@ tsens0: thermal-sensor@c263000 { ...@@ -923,7 +923,7 @@ tsens0: thermal-sensor@c263000 {
reg = <0 0x0c263000 0 0x1ff>, /* TM */ reg = <0 0x0c263000 0 0x1ff>, /* TM */
<0 0x0c222000 0 0x8>; /* SROT */ <0 0x0c222000 0 0x8>; /* SROT */
#qcom,sensors = <15>; #qcom,sensors = <15>;
interrupts = <&pdc 26 IRQ_TYPE_LEVEL_HIGH>, interrupts-extended = <&pdc 26 IRQ_TYPE_LEVEL_HIGH>,
<&pdc 28 IRQ_TYPE_LEVEL_HIGH>; <&pdc 28 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "uplow", "critical"; interrupt-names = "uplow", "critical";
#thermal-sensor-cells = <1>; #thermal-sensor-cells = <1>;
...@@ -934,7 +934,7 @@ tsens1: thermal-sensor@c265000 { ...@@ -934,7 +934,7 @@ tsens1: thermal-sensor@c265000 {
reg = <0 0x0c265000 0 0x1ff>, /* TM */ reg = <0 0x0c265000 0 0x1ff>, /* TM */
<0 0x0c223000 0 0x8>; /* SROT */ <0 0x0c223000 0 0x8>; /* SROT */
#qcom,sensors = <14>; #qcom,sensors = <14>;
interrupts = <&pdc 27 IRQ_TYPE_LEVEL_HIGH>, interrupts-extended = <&pdc 27 IRQ_TYPE_LEVEL_HIGH>,
<&pdc 29 IRQ_TYPE_LEVEL_HIGH>; <&pdc 29 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "uplow", "critical"; interrupt-names = "uplow", "critical";
#thermal-sensor-cells = <1>; #thermal-sensor-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment