ARM: dts: qcom-msm8960: use define for interrupt constants
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 9 Nov 2022 10:51:39 +0000 (11:51 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 10 Nov 2022 03:34:19 +0000 (21:34 -0600)
Replace GIC_PPI, GIC_SPI and interrupt type numbers with appropriate
defines.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221109105140.48196-2-krzysztof.kozlowski@linaro.org
arch/arm/boot/dts/qcom-msm8960-cdp.dts
arch/arm/boot/dts/qcom-msm8960.dtsi

index cb0f612e6c908fb76993419a6267789dcd25dd7a..3a484ac539170da9f809db990d3b4d0cde1e043e 100644 (file)
@@ -42,7 +42,7 @@
                compatible = "micrel,ks8851";
                reg = <0>;
                interrupt-parent = <&msmgpio>;
-               interrupts = <90 8>;
+               interrupts = <90 IRQ_TYPE_LEVEL_LOW>;
                spi-max-frequency = <5400000>;
                vdd-supply = <&ext_l2>;
                vdd-io-supply = <&pm8921_lvs6>;
index cd1178e809bff600664d1c6796c7a4e6470d8a32..7debf9db7cb16ba01bdd5afb36598633ad7102eb 100644 (file)
@@ -17,7 +17,7 @@
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
-               interrupts = <1 14 0x304>;
+               interrupts = <GIC_PPI 14 0x304>;
 
                cpu@0 {
                        compatible = "qcom,krait";
@@ -52,7 +52,7 @@
 
        cpu-pmu {
                compatible = "qcom,krait-pmu";
-               interrupts = <1 10 0x304>;
+               interrupts = <GIC_PPI 10 0x304>;
                qcom,no-pc-write;
        };
 
                timer@200a000 {
                        compatible = "qcom,kpss-timer",
                                     "qcom,kpss-wdt-msm8960", "qcom,msm-timer";
-                       interrupts = <1 1 0x301>,
-                                    <1 2 0x301>,
-                                    <1 3 0x301>;
+                       interrupts = <GIC_PPI 1 0x301>,
+                                    <GIC_PPI 2 0x301>,
+                                    <GIC_PPI 3 0x301>;
                        reg = <0x0200a000 0x100>;
                        clock-frequency = <27000000>,
                                          <32768>;
                        gpio-controller;
                        gpio-ranges = <&msmgpio 0 0 152>;
                        #gpio-cells = <2>;
-                       interrupts = <0 16 0x4>;
+                       interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
                        interrupt-controller;
                        #interrupt-cells = <2>;
                        reg = <0x800000 0x4000>;
                        pmicintc: pmic {
                                compatible = "qcom,pm8921";
                                interrupt-parent = <&msmgpio>;
-                               interrupts = <104 8>;
+                               interrupts = <104 IRQ_TYPE_LEVEL_LOW>;
                                #interrupt-cells = <2>;
                                interrupt-controller;
                                #address-cells = <1>;
                                        compatible = "qcom,pm8921-pwrkey";
                                        reg = <0x1c>;
                                        interrupt-parent = <&pmicintc>;
-                                       interrupts = <50 1>, <51 1>;
+                                       interrupts = <50 IRQ_TYPE_EDGE_RISING>,
+                                                    <51 IRQ_TYPE_EDGE_RISING>;
                                        debounce = <15625>;
                                        pull-up;
                                };
                                        compatible = "qcom,pm8921-keypad";
                                        reg = <0x148>;
                                        interrupt-parent = <&pmicintc>;
-                                       interrupts = <74 1>, <75 1>;
+                                       interrupts = <74 IRQ_TYPE_EDGE_RISING>,
+                                                    <75 IRQ_TYPE_EDGE_RISING>;
                                        debounce = <15>;
                                        scan-delay = <32>;
                                        row-hold = <91500>;
                                rtc@11d {
                                        compatible = "qcom,pm8921-rtc";
                                        interrupt-parent = <&pmicintc>;
-                                       interrupts = <39 1>;
+                                       interrupts = <39 IRQ_TYPE_EDGE_RISING>;
                                        reg = <0x11d>;
                                        allow-set-time;
                                };