diff mbox

[U-Boot,12/14] odroid: dts: adjust sd cd-gpios for SD Card

Message ID 1414165510-10383-14-git-send-email-p.marczak@samsung.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Przemyslaw Marczak Oct. 24, 2014, 3:45 p.m. UTC
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>
---
 arch/arm/dts/exynos4412-odroid.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Oct. 28, 2014, 1:12 a.m. UTC | #1
On 24 October 2014 09:45, Przemyslaw Marczak <p.marczak@samsung.com> wrote:
> 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>
Simon Glass Oct. 28, 2014, 1:29 a.m. UTC | #2
On 27 October 2014 19:12, Simon Glass <sjg@chromium.org> wrote:
> On 24 October 2014 09:45, Przemyslaw Marczak <p.marczak@samsung.com> wrote:
>> 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>

Applied to u-boot-dm, thanks!
diff mbox

Patch

diff --git a/arch/arm/dts/exynos4412-odroid.dts b/arch/arm/dts/exynos4412-odroid.dts
index 4c5e2b3..aea012c 100644
--- a/arch/arm/dts/exynos4412-odroid.dts
+++ b/arch/arm/dts/exynos4412-odroid.dts
@@ -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 {