mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
exynos4210: dts: fix gpio offset in pinctrl-uboot
The gpy0 don't need any additional register offset, but the gpx0 does, so now it is fixed. Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8195a26f78
commit
523943d429
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
pinctrl_1: pinctrl@11000000 {
|
pinctrl_1: pinctrl@11000000 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
gpy0: gpy0 {
|
gpx0: gpx0 {
|
||||||
reg = <0xc00>;
|
reg = <0xc00>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue