From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: RE: [PATCH v3 1/2] ARM: EXYNOS: Map SYSRAM through generic SRAM bindings Date: Wed, 14 May 2014 13:08:52 +0900 Message-ID: <01c101cf6f2a$3970d840$ac5288c0$@samsung.com> References: <1399522592-23618-1-git-send-email-sachin.kamat@linaro.org> <536BAE39.70504@samsung.com> <034b01cf6b2c$5b5d06b0$12171410$@samsung.com> <536C5E40.90405@gmail.com> <029b01cf6e59$35a452e0$a0ecf8a0$@samsung.com> <1399975674.24871.19.camel@x220> <5372DF9B.4000700@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <5372DF9B.4000700@linaro.org> Content-language: ko Sender: linux-samsung-soc-owner@vger.kernel.org To: 'Tushar Behera' , 'Paul Bolle' Cc: 'Tomasz Figa' , 'Tomasz Figa' , 'Sachin Kamat' , linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, arnd@arndb.de, heiko@sntech.de, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Tushar Behera wrote: > > On 05/13/2014 03:37 PM, Paul Bolle wrote: > > Kukjin, > > > > On Tue, 2014-05-13 at 12:12 +0900, Kukjin Kim wrote: > >> Tomasz Figa wrote: > >>> You mean s/sram/sysram/ in compatible strings of Exynos-specific > >>> reserved areas? If yes, I'm fine, it might be even better. Just > remember > >>> to update documentation in patch 2/2 as well. > >>> > >> Done. If any problems in my tree, please let me know. > > > > It seems this one just hit linux-next (in next-20140513) as "ARM: > > EXYNOS: Map SYSRAM through generic DT bindings". Its commit now contains > > this hunk: > > --- a/arch/arm/Kconfig > > +++ b/arch/arm/Kconfig > > @@ -843,6 +843,7 @@ config ARCH_EXYNOS > > select HAVE_S3C_RTC if RTC_CLASS > > select NEED_MACH_MEMORY_H > > select SPARSE_IRQ > > + select SYSRAM > > select USE_OF > > help > > Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5) > > > > But there's no Kconfig symbol SYSRAM. However, there is a Kconfig symbol > > SRAM. Did you perhaps do one s/sram/sysram/ too many on the original > > patch? > > > > Also the compatible string name should be 'mmio-sram' on the DTS files. > Paul and Tushar, Thanks for the pointing out. Let me fix them, config name and compatible string. - Kukjin