From: Simon Horman Date: Fri, 6 Jun 2014 07:11:00 +0000 (+0900) Subject: ARM: shmobile: lager: Move i2c[12]_pins nodes to pfc node X-Git-Tag: v3.14.28+ltsi~123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed0e479e44acc3b0ecfad17062b04896e2e198ca;p=profile%2Fcommon%2Fkernel-common.git ARM: shmobile: lager: Move i2c[12]_pins nodes to pfc node Due to an error when resolving conflicts df40f256b18300e1 ("ARM: shmobile: lager: add i2c1, i2c2 pins") added the i2c[12]_pins nodes to the wrong node. This patch moves them to their correct location in the pfc node. Cc: Ben Dooks Reported-by: Sergei Shtylyov Signed-off-by: Simon Horman (cherry picked from commit d90bf60ceaf453b59c8cd5dbfa59538e27255706) Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index c723724..85a5107 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -144,16 +144,6 @@ states = <3300000 1 1800000 0>; }; - - i2c1_pins: i2c1 { - renesas,groups = "i2c1"; - renesas,function = "i2c1"; - }; - - i2c2_pins: i2c2 { - renesas,groups = "i2c2"; - renesas,function = "i2c2"; - }; }; &extal_clk { @@ -215,6 +205,16 @@ renesas,function = "msiof1"; }; + i2c1_pins: i2c1 { + renesas,groups = "i2c1"; + renesas,function = "i2c1"; + }; + + i2c2_pins: i2c2 { + renesas,groups = "i2c2"; + renesas,function = "i2c2"; + }; + i2c3_pins: i2c3 { renesas,groups = "i2c3"; renesas,function = "i2c3";