]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: s3c64xx: drop unneeded pinctrl wake-up interrupt mapping
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Tue, 11 Jan 2022 20:17:03 +0000 (21:17 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Sun, 23 Jan 2022 16:54:52 +0000 (17:54 +0100)
Simplify the nodes of S3C64xx pin controller with wake-up interrupts by
removing the artificial pinctrl-interrupt-map mapping node and use
interrupts-extended.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20220111201722.327219-3-krzysztof.kozlowski@canonical.com
arch/arm/boot/dts/s3c64xx.dtsi

index cb11a87dbc426d18426ac0ae6c83d041e231f680..67a7a66e11d543ab28a1de44a7307832e3ab95dd 100644 (file)
                        interrupt-parent = <&vic1>;
                        interrupts = <21>;
 
-                       pctrl_int_map: pinctrl-interrupt-map {
-                               interrupt-map = <0 &vic0 0>,
-                                               <1 &vic0 1>,
-                                               <2 &vic1 0>,
-                                               <3 &vic1 1>;
-                               #address-cells = <0>;
-                               #size-cells = <0>;
-                               #interrupt-cells = <1>;
-                       };
-
                        wakeup-interrupt-controller {
                                compatible = "samsung,s3c64xx-wakeup-eint";
-                               interrupts = <0>, <1>, <2>, <3>;
-                               interrupt-parent = <&pctrl_int_map>;
+                               interrupts-extended = <&vic0 0>,
+                                                     <&vic0 1>,
+                                                     <&vic1 0>,
+                                                     <&vic1 1>;
                        };
                };
        };