mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-03 10:16:02 +00:00
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: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20211114012755.112226-5-konrad.dybcio@somainline.org
This commit is contained in:
parent
ed9500c1df
commit
9e7f7b65c7
@ -631,7 +631,7 @@
|
||||
reg = <0 0x0c263000 0 0x1ff>, /* TM */
|
||||
<0 0x0c222000 0 0x8>; /* SROT */
|
||||
#qcom,sensors = <16>;
|
||||
interrupts = <&pdc 26 IRQ_TYPE_LEVEL_HIGH>,
|
||||
interrupts-extended = <&pdc 26 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<&pdc 28 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "uplow", "critical";
|
||||
#thermal-sensor-cells = <1>;
|
||||
@ -642,7 +642,7 @@
|
||||
reg = <0 0x0c265000 0 0x1ff>, /* TM */
|
||||
<0 0x0c223000 0 0x8>; /* SROT */
|
||||
#qcom,sensors = <16>;
|
||||
interrupts = <&pdc 27 IRQ_TYPE_LEVEL_HIGH>,
|
||||
interrupts-extended = <&pdc 27 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<&pdc 29 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "uplow", "critical";
|
||||
#thermal-sensor-cells = <1>;
|
||||
|
||||
@ -923,7 +923,7 @@
|
||||
reg = <0 0x0c263000 0 0x1ff>, /* TM */
|
||||
<0 0x0c222000 0 0x8>; /* SROT */
|
||||
#qcom,sensors = <15>;
|
||||
interrupts = <&pdc 26 IRQ_TYPE_LEVEL_HIGH>,
|
||||
interrupts-extended = <&pdc 26 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<&pdc 28 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "uplow", "critical";
|
||||
#thermal-sensor-cells = <1>;
|
||||
@ -934,7 +934,7 @@
|
||||
reg = <0 0x0c265000 0 0x1ff>, /* TM */
|
||||
<0 0x0c223000 0 0x8>; /* SROT */
|
||||
#qcom,sensors = <14>;
|
||||
interrupts = <&pdc 27 IRQ_TYPE_LEVEL_HIGH>,
|
||||
interrupts-extended = <&pdc 27 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<&pdc 29 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "uplow", "critical";
|
||||
#thermal-sensor-cells = <1>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user