Skip to content

Commit

Permalink
ARM: dt: tegra30.dtsi: Add extra GPIO interrupt
Browse files Browse the repository at this point in the history
The Tegra30 GPIO controller has one more bank than Tegra20, and hence
has one more interrupt.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Stephen Warren authored and Olof Johansson committed Feb 7, 2012
1 parent 636e50a commit f8196b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/tegra30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
0 35 0x04
0 55 0x04
0 87 0x04
0 89 0x04 >;
0 89 0x04
0 125 0x04 >;
#gpio-cells = <2>;
gpio-controller;
};
Expand Down

0 comments on commit f8196b0

Please sign in to comment.