From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tushar Behera Subject: Re: [PATCH V2] ARM: DTS: exynos5250-arndale: Add initial board support file Date: Fri, 25 Jan 2013 12:03:26 +0530 Message-ID: <51022736.5030007@linaro.org> References: <1359090411-26159-1-git-send-email-tushar.behera@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pb0-f42.google.com ([209.85.160.42]:64687 "EHLO mail-pb0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750961Ab3AYGde (ORCPT ); Fri, 25 Jan 2013 01:33:34 -0500 Received: by mail-pb0-f42.google.com with SMTP id rp2so27751pbb.1 for ; Thu, 24 Jan 2013 22:33:33 -0800 (PST) In-Reply-To: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Alim Akhtar Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com, linux@arm.linux.org.uk, patches@linaro.org, Girish K S On 01/25/2013 10:59 AM, Alim Akhtar wrote: [ ... ] >> + >> + dwmmc_2: dwmmc2@12220000 { >> + num-slots = <1>; >> + supports-highspeed; >> + fifo-depth = <0x80>; >> + card-detect-delay = <200>; >> + samsung,dw-mshc-ciu-div = <3>; >> + samsung,dw-mshc-sdr-timing = <2 3>; >> + samsung,dw-mshc-ddr-timing = <1 2>; >> + >> + slot@0 { >> + reg = <0>; >> + bus-width = <4>; >> + samsung,cd-pinmux-gpio = <&gpc3 2 2 3 3>; >> + gpios = <&gpc3 0 2 0 3>, <&gpc3 1 2 0 3>, >> + <&gpc3 3 2 3 3>, <&gpc3 4 2 3 3>, >> + <&gpc3 5 2 3 3>, <&gpc3 6 2 3 3>, >> + <&gpc4 3 3 3 3>, <&gpc4 4 3 3 3>, >> + <&gpc4 5 3 3 3>, <&gpc4 6 3 3 3>; > bus-width property is assigned as 4 (see above bus-width = <4>;) but > here you are configuring 8 __data line__ . Any reason? > I am not sure if Arndale board supports 8 bit bus-width, in any case > either change the bus-width or gpios properties accordingly. Right. As per the schematics, Arndale supports 4-bit bus-width. I will remove the extra GPIO lines. [ ... ] > > with the above fix fill free to add > Reviewed-by: Alim Akhtar > > Thanks for reviewing. I will re-submit the patch with your ack. -- Tushar Behera