spi-max-frequency = <26000000>;
                interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
                interrupt-controller;
-               #interrupt-cells = <2>;
+               #interrupt-cells = <1>;
                #address-cells = <1>;
                #size-cells = <0>;
 
                        compatible = "sprd,sc27xx-rtc", "sprd,sc2731-rtc";
                        reg = <0x280>;
                        interrupt-parent = <&sc2731_pmic>;
-                       interrupts = <2 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupts = <2>;
                };
 
                pmic_eic: gpio@300 {
                        compatible = "sprd,sc27xx-eic";
                        reg = <0x300>;
                        interrupt-parent = <&sc2731_pmic>;
-                       interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupts = <5>;
                        gpio-controller;
                        #gpio-cells = <2>;
                        interrupt-controller;
                        compatible = "sprd,sc27xx-adc", "sprd,sc2731-adc";
                        reg = <0x480>;
                        interrupt-parent = <&sc2731_pmic>;
-                       interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupts = <0>;
                        #io-channel-cells = <1>;
                        hwlocks = <&hwlock 4>;
                };