diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-11-28 20:53:06 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-12-01 02:11:41 +0300 |
commit | 400583983f8a8e95ec02c9c9e2b50188753a87fb (patch) | |
tree | b925f9928b8786d80f151c4fc710180b7f66683c /arch/arm/boot/dts/mmp2.dtsi | |
parent | ca40d2bd813efcee058760c63c9eae043d2939d9 (diff) | |
download | linux-400583983f8a8e95ec02c9c9e2b50188753a87fb.tar.xz |
ARM: dts: mmp2: fix the gpio interrupt cell number
gpio-pxa uses two cell to encode the interrupt source: the pin number
and the trigger type. Adjust the device node accordingly.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/mmp2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/mmp2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/mmp2.dtsi b/arch/arm/boot/dts/mmp2.dtsi index 766bbb8495b6..db15d1186cd0 100644 --- a/arch/arm/boot/dts/mmp2.dtsi +++ b/arch/arm/boot/dts/mmp2.dtsi @@ -180,7 +180,7 @@ clocks = <&soc_clocks MMP2_CLK_GPIO>; resets = <&soc_clocks MMP2_CLK_GPIO>; interrupt-controller; - #interrupt-cells = <1>; + #interrupt-cells = <2>; ranges; gcb0: gpio@d4019000 { |