mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-12 03:58:47 +01:00
trats: 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: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
3f51ce66df
commit
265634701c
1 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@
|
|||
sdhci@12510000 {
|
||||
samsung,bus-width = <8>;
|
||||
samsung,timing = <1 3 3>;
|
||||
pwr-gpios = <&gpio 0xA2 0>;
|
||||
pwr-gpios = <&gpio 146 0>;
|
||||
};
|
||||
|
||||
sdhci@12520000 {
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
sdhci@12530000 {
|
||||
samsung,bus-width = <4>;
|
||||
samsung,timing = <1 2 3>;
|
||||
cd-gpios = <&gpio 0x39C 0>;
|
||||
cd-gpios = <&gpio 284 0>;
|
||||
};
|
||||
|
||||
sdhci@12540000 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue