Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71d87da3 authored by Thomas Abraham's avatar Thomas Abraham Committed by Kukjin Kim
Browse files

ARM: dts: list the interrupts generated by pin-controller on Exynos5440



Exynos5440 pin-controller generates eight interrupts to support
gpio interrupts. List those interrupt numbers in the pin-controller
node.

Signed-off-by: default avatarThomas Abraham <thomas.ab@samsung.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 76650b63
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -96,6 +96,8 @@
	pinctrl {
	pinctrl {
		compatible = "samsung,exynos5440-pinctrl";
		compatible = "samsung,exynos5440-pinctrl";
		reg = <0xE0000 0x1000>;
		reg = <0xE0000 0x1000>;
		interrupts = <0 37 0>, <0 38 0>, <0 39 0>, <0 40 0>,
			     <0 41 0>, <0 42 0>, <0 43 0>, <0 44 0>;
		interrupt-controller;
		interrupt-controller;
		#interrupt-cells = <2>;
		#interrupt-cells = <2>;
		#gpio-cells = <2>;
		#gpio-cells = <2>;