diff options
author | Laxman Dewangan <[email protected]> | 2012-12-19 20:27:12 +0530 |
---|---|---|
committer | Stephen Warren <[email protected]> | 2013-01-28 11:24:06 -0700 |
commit | 35f210eca0fcafacb1f8b53d36e3738f7897a474 (patch) | |
tree | 1ed3aea0a328b4e2ce3cd9474a3702660028d010 | |
parent | 5c541b884c09559723f426af2391ab07a4ca10e0 (diff) |
ARM: tegra30: tegra30 gpio is not compatible with tegra20 gpio
tegra30 gpio controller is not compatible with the tegra20 due to
their bank stride i.e. Tegra20 bank stride is 0x80 where Tegra30
bank stride is 0x100.
Signed-off-by: Laxman Dewangan <[email protected]>
[swarren: fixed typo syntax error]
Signed-off-by: Stephen Warren <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/tegra30.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi index 2de8b919d78c..7159bd353f8c 100644 --- a/arch/arm/boot/dts/tegra30.dtsi +++ b/arch/arm/boot/dts/tegra30.dtsi @@ -191,7 +191,7 @@ }; gpio: gpio { - compatible = "nvidia,tegra30-gpio", "nvidia,tegra20-gpio"; + compatible = "nvidia,tegra30-gpio"; reg = <0x6000d000 0x1000>; interrupts = <0 32 0x04 0 33 0x04 |