From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 15 Nov 2012 21:14:15 +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> <50A49238.1040901@denx.de> Message-ID: <50A4DC97.5000607@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 Dear Heiko, On 15/11/12 19:58, Rajeshwari Birje wrote: > Hi Heiko, > > Thank you for Acking the patchset. > It is based on u-boot-samsung, where the basic FDT support patches for > Exynos are submitted. > > Regards > Rajeshwari Shinde. > > On Thu, Nov 15, 2012 at 12:26 PM, 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 >> >> >> I tried to apply this patch to current mainline head >> commit 59852d03867108217fe88e3bfc3e1e9cedfe63c5 >> Merge: 22b6fcb b3e5cd1 >> Author: Tom Rini >> Date: Fri Nov 9 08:47:25 2012 -0700 >> >> Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze >> >> but I got this error: >> >> [hs at pollux u-boot-i2c]$ git am index.html >> Applying: EXYNOS5: FDT: Add I2C device node data >> error: arch/arm/dts/exynos5250.dtsi: does not exist in index >> Patch failed at 0001 EXYNOS5: FDT: Add I2C device node data >> When you have resolved this problem run "git am --resolved". >> If you would prefer to skip this patch, instead run "git am --skip". >> To restore the original branch and stop patching run "git am --abort". >> [hs at pollux u-boot-i2c]$ >> >> Against which tree is this patchset? Should it go through >> the samsung tree from Minkyu Kang found here: >> >> http://git.denx.de/u-boot-samsung.git >> >> ? If so, I send my Acked-by for this patchset ... >> I'll merge this patchset to samsung tree. Please send your Ack. Thanks. Minkyu Kang.