diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-08-01 22:26:01 +0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-08-01 22:26:01 +0400 |
commit | 23f95ef2d9518a129bdbf524bcc5f7a788c1445f (patch) | |
tree | 5c9efec4adca582ae13c4f67566bf14dcc4ad663 /arch/arm/boot/dts/tegra20-seaboard.dts | |
parent | eca8f98e404934027f84f72882c5e92ffbd9e5f5 (diff) | |
download | linux-23f95ef2d9518a129bdbf524bcc5f7a788c1445f.tar.xz |
ARM: tegra: use TEGRA_GPIO() in a couple more places
A couple of references to Tegra GPIO numbers were missed when cleaning
up the Tegra DT files. Convert them now.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-seaboard.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-seaboard.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra20-seaboard.dts b/arch/arm/boot/dts/tegra20-seaboard.dts index 365760b33a26..85116deeca9a 100644 --- a/arch/arm/boot/dts/tegra20-seaboard.dts +++ b/arch/arm/boot/dts/tegra20-seaboard.dts @@ -829,7 +829,7 @@ regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; enable-active-high; - gpio = <&gpio 24 0>; /* PD0 */ + gpio = <&gpio TEGRA_GPIO(D, 0) 0>; }; }; |