Skip to content
Snippets Groups Projects
Commit 523943d4 authored by Przemyslaw Marczak's avatar Przemyslaw Marczak Committed by Simon Glass
Browse files

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: default avatarPrzemyslaw Marczak <p.marczak@samsung.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 8195a26f
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -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>;
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment