mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-18 18:21:17 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue