]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: sc8280xp-pmics: Fix slave ID in interrupts configuration
authorPengyu Luo <mitltlatltl@gmail.com>
Sat, 11 Jan 2025 08:32:07 +0000 (16:32 +0800)
committerBjorn Andersson <andersson@kernel.org>
Wed, 5 Feb 2025 03:14:36 +0000 (21:14 -0600)
According to the binding for qcom,spmi-pmic-arb, the cell 1 should be
slave id, the slave id of pmc8280_2 is 3.

Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250111083209.262269-1-mitltlatltl@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi

index 1e3babf2e40d80dbe196f521b2de519354b0495f..c19fb9c39ed998d492665f55cb38d4288acf1ebe 100644 (file)
                pm8280_2_temp_alarm: temp-alarm@a00 {
                        compatible = "qcom,spmi-temp-alarm";
                        reg = <0xa00>;
-                       interrupts-extended = <&spmi_bus 0x2 0xa 0x0 IRQ_TYPE_EDGE_BOTH>;
+                       interrupts-extended = <&spmi_bus 0x3 0xa 0x0 IRQ_TYPE_EDGE_BOTH>;
                        io-channels = <&pmk8280_vadc PM8350_ADC7_DIE_TEMP(3)>;
                        io-channel-names = "thermal";
                        #thermal-sensor-cells = <0>;