]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
exynos4210: dts: fix gpio offset in pinctrl-uboot
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Fri, 24 Oct 2014 15:45:02 +0000 (17:45 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 28 Oct 2014 01:21:07 +0000 (19:21 -0600)
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>
arch/arm/dts/exynos4210-pinctrl-uboot.dtsi

index ee071c162f623a059fa1b2f93ccc35031ec234e1..f9b61ba8e8fe525e57e4ca985afd9b540390d04d 100644 (file)
@@ -14,7 +14,7 @@
        pinctrl_1: pinctrl@11000000 {
                #address-cells = <1>;
                #size-cells = <0>;
-               gpy0: gpy0 {
+               gpx0: gpx0 {
                        reg = <0xc00>;
                };
        };