Commit 39138bc6 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: sunxi: dt: Register the pio node as interrupt controller

parent 70be4ee6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -173,8 +173,10 @@
		pio: pinctrl@01c20800 {
			compatible = "allwinner,sun4i-a10-pinctrl";
			reg = <0x01c20800 0x400>;
			interrupts = <28>;
			clocks = <&apb0_gates 5>;
			gpio-controller;
			interrupt-controller;
			#address-cells = <1>;
			#size-cells = <0>;
			#gpio-cells = <3>;
+2 −0
Original line number Diff line number Diff line
@@ -163,8 +163,10 @@
		pio: pinctrl@01c20800 {
			compatible = "allwinner,sun5i-a13-pinctrl";
			reg = <0x01c20800 0x400>;
			interrupts = <28>;
			clocks = <&apb0_gates 5>;
			gpio-controller;
			interrupt-controller;
			#address-cells = <1>;
			#size-cells = <0>;
			#gpio-cells = <3>;