mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-29 23:53:33 +08:00
exynos4412: dts: adjust pinctrl-uboot to changed gpio order
The gpf0 offset was bad and it's now fixed. After fix gpio order in *pinctrl.dts , the gpy0 offset is not required now. Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f065500450
commit
8195a26f78
@ -9,7 +9,7 @@
|
|||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
gpf0: gpf0 {
|
gpf0: gpf0 {
|
||||||
reg = <0xc180>;
|
reg = <0x180>;
|
||||||
};
|
};
|
||||||
gpj0: gpj0 {
|
gpj0: gpj0 {
|
||||||
reg = <0x240>;
|
reg = <0x240>;
|
||||||
@ -25,9 +25,6 @@
|
|||||||
gpm0: gpm0 {
|
gpm0: gpm0 {
|
||||||
reg = <0x260>;
|
reg = <0x260>;
|
||||||
};
|
};
|
||||||
gpy0: gpy0 {
|
|
||||||
reg = <0x120>;
|
|
||||||
};
|
|
||||||
gpx0: gpx0 {
|
gpx0: gpx0 {
|
||||||
reg = <0xc00>;
|
reg = <0xc00>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user