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:
parent
6a5ce1e906
commit
b746454903
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user