Commit 7d4ff96d authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard

ARM: dts: sunxi: Add #interrupt-cells to pinctrl nodes

The pinctrl device is also an interrupt controller for external
interrupts. Add the missing #interrupt-cells property.

Also remove the unused #address-cells property.
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
[hdegoede@redhat.com: make the same change for sun4i, sun5i and sun6i]
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 4c3d4a36
......@@ -509,7 +509,7 @@ pio: pinctrl@01c20800 {
clocks = <&apb0_gates 5>;
gpio-controller;
interrupt-controller;
#address-cells = <1>;
#interrupt-cells = <2>;
#size-cells = <0>;
#gpio-cells = <3>;
......
......@@ -422,7 +422,7 @@ pio: pinctrl@01c20800 {
clocks = <&apb0_gates 5>;
gpio-controller;
interrupt-controller;
#address-cells = <1>;
#interrupt-cells = <2>;
#size-cells = <0>;
#gpio-cells = <3>;
......
......@@ -395,7 +395,7 @@ pio: pinctrl@01c20800 {
clocks = <&apb0_gates 5>;
gpio-controller;
interrupt-controller;
#address-cells = <1>;
#interrupt-cells = <2>;
#size-cells = <0>;
#gpio-cells = <3>;
......
......@@ -429,7 +429,7 @@ pio: pinctrl@01c20800 {
clocks = <&apb1_gates 5>;
gpio-controller;
interrupt-controller;
#address-cells = <1>;
#interrupt-cells = <2>;
#size-cells = <0>;
#gpio-cells = <3>;
......@@ -756,7 +756,7 @@ r_pio: pinctrl@01f02c00 {
resets = <&apb0_rst 0>;
gpio-controller;
interrupt-controller;
#address-cells = <1>;
#interrupt-cells = <2>;
#size-cells = <0>;
#gpio-cells = <3>;
};
......
......@@ -586,7 +586,7 @@ pio: pinctrl@01c20800 {
clocks = <&apb0_gates 5>;
gpio-controller;
interrupt-controller;
#address-cells = <1>;
#interrupt-cells = <2>;
#size-cells = <0>;
#gpio-cells = <3>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment