odroid: dts: adjust sd cd-gpios for SD Card

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>
This commit is contained in:
Przemyslaw Marczak 2014-10-24 17:45:08 +02:00 committed by Simon Glass
parent 6a5ce1e906
commit b746454903
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
sdhci@12530000 {
samsung,bus-width = <4>;
samsung,timing = <1 2 3>;
cd-gpios = <&gpio 0xC2 0>;
cd-gpios = <&gpio 122 0>;
};
sdhci@12540000 {