arm64: dts: sprd: Remove PMIC INTC irq trigger type
authorBaolin Wang <baolin.wang@linaro.org>
Wed, 13 Feb 2019 12:32:45 +0000 (20:32 +0800)
committerArnd Bergmann <arnd@arndb.de>
Mon, 18 Feb 2019 10:32:11 +0000 (11:32 +0100)
The Spreadtrum PMIC INTC controller has no registers to set trigger type,
since it is always high level trigger as default. So remove its child
devices' irq trigger type setting and change #interrupt-cells to 1.

Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/sprd/sc2731.dtsi

index 82bd642..f2f2aa5 100644 (file)
@@ -13,7 +13,7 @@
                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;
@@ -69,7 +69,7 @@
                        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>;
                };