Commit f8196b01 authored by Stephen Warren's avatar Stephen Warren Committed by Olof Johansson

ARM: dt: tegra30.dtsi: Add extra GPIO interrupt

The Tegra30 GPIO controller has one more bank than Tegra20, and hence
has one more interrupt.
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 636e50a0
......@@ -61,7 +61,8 @@ gpio: gpio@6000d000 {
0 35 0x04
0 55 0x04
0 87 0x04
0 89 0x04 >;
0 89 0x04
0 125 0x04 >;
#gpio-cells = <2>;
gpio-controller;
};
......
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