Skip to content
Snippets Groups Projects
Commit 3f51ce66 authored by Przemyslaw Marczak's avatar Przemyslaw Marczak Committed by Simon Glass
Browse files

universal: dts: adjust gpio numbers to new api


There is no gaps in exynos gpio enum after rework, so the gpio
numbers should be adjusted to the new numbering.

Signed-off-by: default avatarPrzemyslaw Marczak <p.marczak@samsung.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 4381aad9
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
sdhci@12510000 { sdhci@12510000 {
samsung,bus-width = <8>; samsung,bus-width = <8>;
samsung,timing = <1 3 3>; samsung,timing = <1 3 3>;
pwr-gpios = <&gpio 0xA2 0>; pwr-gpios = <&gpio 146 0>;
}; };
sdhci@12520000 { sdhci@12520000 {
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
sdhci@12530000 { sdhci@12530000 {
samsung,bus-width = <4>; samsung,bus-width = <4>;
samsung,timing = <1 2 3>; samsung,timing = <1 2 3>;
cd-gpios = <&gpio 0x39C 0>; cd-gpios = <&gpio 284 0>;
}; };
sdhci@12540000 { sdhci@12540000 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment