Commit 2188b396 authored by Russell King's avatar Russell King Committed by Gregory CLEMENT

arm64: dts: marvell: cp110: add GPIO interrupts

Add the GPIO interrupts for the CP110.
Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 48907d0c
...@@ -131,8 +131,12 @@ cpm_gpio1: gpio@100 { ...@@ -131,8 +131,12 @@ cpm_gpio1: gpio@100 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-ranges = <&cpm_pinctrl 0 0 32>; gpio-ranges = <&cpm_pinctrl 0 0 32>;
interrupt-controller;
interrupts = <ICU_GRP_NSR 86 IRQ_TYPE_LEVEL_HIGH>,
<ICU_GRP_NSR 85 IRQ_TYPE_LEVEL_HIGH>,
<ICU_GRP_NSR 84 IRQ_TYPE_LEVEL_HIGH>,
<ICU_GRP_NSR 83 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled"; status = "disabled";
}; };
cpm_gpio2: gpio@140 { cpm_gpio2: gpio@140 {
...@@ -142,6 +146,11 @@ cpm_gpio2: gpio@140 { ...@@ -142,6 +146,11 @@ cpm_gpio2: gpio@140 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-ranges = <&cpm_pinctrl 0 32 31>; gpio-ranges = <&cpm_pinctrl 0 32 31>;
interrupt-controller;
interrupts = <ICU_GRP_NSR 82 IRQ_TYPE_LEVEL_HIGH>,
<ICU_GRP_NSR 81 IRQ_TYPE_LEVEL_HIGH>,
<ICU_GRP_NSR 80 IRQ_TYPE_LEVEL_HIGH>,
<ICU_GRP_NSR 79 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled"; status = "disabled";
}; };
}; };
......
...@@ -138,8 +138,12 @@ cps_gpio1: gpio@100 { ...@@ -138,8 +138,12 @@ cps_gpio1: gpio@100 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-ranges = <&cps_pinctrl 0 0 32>; gpio-ranges = <&cps_pinctrl 0 0 32>;
interrupt-controller;
interrupts = <ICU_GRP_NSR 86 IRQ_TYPE_LEVEL_HIGH>,
<ICU_GRP_NSR 85 IRQ_TYPE_LEVEL_HIGH>,
<ICU_GRP_NSR 84 IRQ_TYPE_LEVEL_HIGH>,
<ICU_GRP_NSR 83 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled"; status = "disabled";
}; };
cps_gpio2: gpio@140 { cps_gpio2: gpio@140 {
...@@ -149,6 +153,11 @@ cps_gpio2: gpio@140 { ...@@ -149,6 +153,11 @@ cps_gpio2: gpio@140 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-ranges = <&cps_pinctrl 0 32 31>; gpio-ranges = <&cps_pinctrl 0 32 31>;
interrupt-controller;
interrupts = <ICU_GRP_NSR 82 IRQ_TYPE_LEVEL_HIGH>,
<ICU_GRP_NSR 81 IRQ_TYPE_LEVEL_HIGH>,
<ICU_GRP_NSR 80 IRQ_TYPE_LEVEL_HIGH>,
<ICU_GRP_NSR 79 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled"; status = "disabled";
}; };
......
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