]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
odroid: dts: adjust sd cd-gpios for SD Card
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Fri, 24 Oct 2014 15:45:08 +0000 (17:45 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 28 Oct 2014 01:21:08 +0000 (19:21 -0600)
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>
arch/arm/dts/exynos4412-odroid.dts

index 4c5e2b39be5cb51181287e6390872b0016df7f5f..aea012c0dcbeb914d3655a33c3d684096439c9fe 100644 (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 {