From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 20 Nov 2012 10:36:02 +0900 Subject: [U-Boot] [PATCH 1/6 V2] EXYNOS5: FDT: Add I2C device node data In-Reply-To: References: <1352884279-24067-1-git-send-email-rajeshwari.s@samsung.com> <1352884279-24067-2-git-send-email-rajeshwari.s@samsung.com> <50A9F3B8.3020403@denx.de> Message-ID: <50AADE82.5030302@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 20/11/12 01:42, Simon Glass wrote: > Hi, > > On Mon, Nov 19, 2012 at 12:54 AM, Heiko Schocher wrote: >> Hello Rajeshwari, >> >> >> On 14.11.2012 10:11, Rajeshwari Shinde wrote: >>> >>> Add I2C device node data for exynos >>> >>> Signed-off-by: Rajeshwari Shinde >>> Acked-by: Simon Glass >>> --- >>> Changes in V2: >>> Added Periph id to the I2C device node >>> arch/arm/dts/exynos-periph-id.dtsi | 35 +++++++++++++++++ >>> arch/arm/dts/exynos5250.dtsi | 73 >>> ++++++++++++++++++++++++++++++++++++ >>> 2 files changed, 108 insertions(+), 0 deletions(-) >>> create mode 100644 arch/arm/dts/exynos-periph-id.dtsi >> >> >> Acked-by: Heiko Schocher > > I'm sorry to say that there is one problem with this. It is using a > non-standard dtc feature (Stephen Warren's symbolic work), so I think > we should wait until Rajeshwari updates it to avoid that. I believe he > will do that soon. > OK. Thanks. Minkyu Kang.