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

index c02796d2b37e420aea244b4ad75b30ad4d5308e1..c41d07b65fc56abd07b890a369951713d94c5a33 100644 (file)
@@ -9,7 +9,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
                gpf0: gpf0 {
-                       reg = <0xc180>;
+                       reg = <0x180>;
                };
                gpj0: gpj0 {
                        reg = <0x240>;
@@ -25,9 +25,6 @@
                gpm0: gpm0 {
                        reg = <0x260>;
                };
-               gpy0: gpy0 {
-                       reg = <0x120>;
-               };
                gpx0: gpx0 {
                        reg = <0xc00>;
                };