diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-08-01 14:26:01 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-08-01 14:26:01 -0400 |
commit | 23f95ef2d9518a129bdbf524bcc5f7a788c1445f (patch) | |
tree | 5c9efec4adca582ae13c4f67566bf14dcc4ad663 /arch/arm/boot/dts | |
parent | eca8f98e404934027f84f72882c5e92ffbd9e5f5 (diff) |
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')
-rw-r--r-- | arch/arm/boot/dts/tegra20-seaboard.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/tegra20-trimslice.dts | 2 |
2 files changed, 2 insertions, 2 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 @@ | |||
829 | regulator-min-microvolt = <5000000>; | 829 | regulator-min-microvolt = <5000000>; |
830 | regulator-max-microvolt = <5000000>; | 830 | regulator-max-microvolt = <5000000>; |
831 | enable-active-high; | 831 | enable-active-high; |
832 | gpio = <&gpio 24 0>; /* PD0 */ | 832 | gpio = <&gpio TEGRA_GPIO(D, 0) 0>; |
833 | }; | 833 | }; |
834 | }; | 834 | }; |
835 | 835 | ||
diff --git a/arch/arm/boot/dts/tegra20-trimslice.dts b/arch/arm/boot/dts/tegra20-trimslice.dts index ed4b901b0227..7412b14580a0 100644 --- a/arch/arm/boot/dts/tegra20-trimslice.dts +++ b/arch/arm/boot/dts/tegra20-trimslice.dts | |||
@@ -411,7 +411,7 @@ | |||
411 | regulator-min-microvolt = <5000000>; | 411 | regulator-min-microvolt = <5000000>; |
412 | regulator-max-microvolt = <5000000>; | 412 | regulator-max-microvolt = <5000000>; |
413 | enable-active-high; | 413 | enable-active-high; |
414 | gpio = <&gpio 170 0>; /* PV2 */ | 414 | gpio = <&gpio TEGRA_GPIO(V, 2) 0>; |
415 | }; | 415 | }; |
416 | }; | 416 | }; |
417 | 417 | ||