From: Przemyslaw Marczak Date: Fri, 24 Oct 2014 15:45:02 +0000 (+0200) Subject: exynos4210: dts: fix gpio offset in pinctrl-uboot X-Git-Tag: v2015.01-rc1~83^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=523943d429cd2a10f02360bb5d0bb8bda1d0eb01;p=u-boot 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: Przemyslaw Marczak Acked-by: Simon Glass --- diff --git a/arch/arm/dts/exynos4210-pinctrl-uboot.dtsi b/arch/arm/dts/exynos4210-pinctrl-uboot.dtsi index ee071c162f..f9b61ba8e8 100644 --- a/arch/arm/dts/exynos4210-pinctrl-uboot.dtsi +++ b/arch/arm/dts/exynos4210-pinctrl-uboot.dtsi @@ -14,7 +14,7 @@ pinctrl_1: pinctrl@11000000 { #address-cells = <1>; #size-cells = <0>; - gpy0: gpy0 { + gpx0: gpx0 { reg = <0xc00>; }; };