Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: dts: Correct the base address of pinctrl_3 on Exynos5250

This patch corrects the base address of pinctrl_3 on Exynos5250
platform.

Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Olof Johansson <olof@lixom.net>

authored by

Padmavathi Venna and committed by
Olof Johansson
0abb6aea 323226bb

+3 -3
+1 -1
arch/arm/boot/dts/exynos5250-pinctrl.dtsi
··· 763 }; 764 }; 765 766 - pinctrl@03680000 { 767 gpz: gpz { 768 gpio-controller; 769 #gpio-cells = <2>;
··· 763 }; 764 }; 765 766 + pinctrl@03860000 { 767 gpz: gpz { 768 gpio-controller; 769 #gpio-cells = <2>;
+2 -2
arch/arm/boot/dts/exynos5250.dtsi
··· 161 interrupts = <0 50 0>; 162 }; 163 164 - pinctrl_3: pinctrl@03680000 { 165 compatible = "samsung,exynos5250-pinctrl"; 166 - reg = <0x0368000 0x1000>; 167 interrupts = <0 47 0>; 168 }; 169
··· 161 interrupts = <0 50 0>; 162 }; 163 164 + pinctrl_3: pinctrl@03860000 { 165 compatible = "samsung,exynos5250-pinctrl"; 166 + reg = <0x03860000 0x1000>; 167 interrupts = <0 47 0>; 168 }; 169