diff options
author | Przemyslaw Marczak <p.marczak@samsung.com> | 2014-10-24 17:45:07 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-27 19:21:08 -0600 |
commit | 6a5ce1e906c467a05432f388f4e3a3ebc8c7e392 (patch) | |
tree | 085c41b7b5396633f57b21f295e1e996b932e452 /arch/arm/dts | |
parent | 265634701ccb6e07df31164fd963580dabb7dec1 (diff) | |
download | u-boot-imx-6a5ce1e906c467a05432f388f4e3a3ebc8c7e392.zip u-boot-imx-6a5ce1e906c467a05432f388f4e3a3ebc8c7e392.tar.gz u-boot-imx-6a5ce1e906c467a05432f388f4e3a3ebc8c7e392.tar.bz2 |
trats2: dts: adjust gpio numbers after gpio rework
There is no gaps in exynos gpio enum after rework, so the gpio
numbers should be adjusted to the new numbering.
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/exynos4412-trats2.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/dts/exynos4412-trats2.dts b/arch/arm/dts/exynos4412-trats2.dts index 3b1e458..60e4515 100644 --- a/arch/arm/dts/exynos4412-trats2.dts +++ b/arch/arm/dts/exynos4412-trats2.dts @@ -416,7 +416,7 @@ sdhci@12510000 { samsung,bus-width = <8>; samsung,timing = <1 3 3>; - pwr-gpios = <&gpio 0xB2 0>; + pwr-gpios = <&gpio 0x6a 0>; status = "disabled"; }; @@ -427,7 +427,7 @@ sdhci@12530000 { samsung,bus-width = <4>; samsung,timing = <1 2 3>; - cd-gpios = <&gpio 0x3BC 0>; + cd-gpios = <&gpio 0x7a 0>; }; sdhci@12540000 { @@ -437,7 +437,7 @@ dwmmc@12550000 { samsung,bus-width = <8>; samsung,timing = <2 1 0>; - pwr-gpios = <&gpio 0xB2 0>; + pwr-gpios = <&gpio 0x6a 0>; fifoth_val = <0x203f0040>; bus_hz = <400000000>; div = <0x3>; |