aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra-seaboard.dts
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2011-09-20 10:46:25 -0600
committerArnd Bergmann <arnd@arndb.de>2011-09-20 22:56:53 +0200
commita0638eb6a2979840ff4cde19b100e96b97a91dfd (patch)
treece3781bca478add099cca5ea43552e163f3b8234 /arch/arm/boot/dts/tegra-seaboard.dts
parentMerge branch 'samsung-fixes-2' of git://github.com/kgene/linux-samsung into HEAD (diff)
downloadlinux-dev-a0638eb6a2979840ff4cde19b100e96b97a91dfd.tar.xz
linux-dev-a0638eb6a2979840ff4cde19b100e96b97a91dfd.zip
arm/dt: Tegra: Update SDHCI nodes to match bindings
The bindings were recently updated to have separate properties for each type of GPIO. Update the Device Tree source to match that. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '')
-rw-r--r--arch/arm/boot/dts/tegra-seaboard.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts
index 1940cae00748..64cedca6fc79 100644
--- a/arch/arm/boot/dts/tegra-seaboard.dts
+++ b/arch/arm/boot/dts/tegra-seaboard.dts
@@ -21,8 +21,8 @@
};
sdhci@c8000400 {
- gpios = <&gpio 69 0>, /* cd, gpio PI5 */
- <&gpio 57 0>, /* wp, gpio PH1 */
- <&gpio 70 0>; /* power, gpio PI6 */
+ cd-gpios = <&gpio 69 0>; /* gpio PI5 */
+ wp-gpios = <&gpio 57 0>; /* gpio PH1 */
+ power-gpios = <&gpio 70 0>; /* gpio PI6 */
};
};