diff options
author | Przemyslaw Marczak <p.marczak@samsung.com> | 2014-10-24 17:45:01 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-27 19:21:07 -0600 |
commit | 8195a26f784f992000256b0453485429c5330478 (patch) | |
tree | 2c0adf3dbc74137248bf1a7f586749ac31bf7391 /arch/arm/dts | |
parent | f065500450bb4a982e973c12a06cb897d5c9aadd (diff) | |
download | u-boot-imx-8195a26f784f992000256b0453485429c5330478.zip u-boot-imx-8195a26f784f992000256b0453485429c5330478.tar.gz u-boot-imx-8195a26f784f992000256b0453485429c5330478.tar.bz2 |
exynos4412: dts: adjust pinctrl-uboot to changed gpio order
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>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi b/arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi index c02796d..c41d07b 100644 --- a/arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi +++ b/arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi @@ -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>; }; |