]> Git Repo - u-boot.git/commitdiff
exynos4210: dts: fix gpio offset in pinctrl-uboot
authorPrzemyslaw Marczak <[email protected]>
Fri, 24 Oct 2014 15:45:02 +0000 (17:45 +0200)
committerSimon Glass <[email protected]>
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 <[email protected]>
Acked-by: Simon Glass <[email protected]>
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>;
                };
        };
This page took 0.033891 seconds and 4 git commands to generate.