From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933482AbcBBV3d (ORCPT ); Tue, 2 Feb 2016 16:29:33 -0500 Received: from gloria.sntech.de ([95.129.55.99]:40815 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754894AbcBBV3a (ORCPT ); Tue, 2 Feb 2016 16:29:30 -0500 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Caesar Wang Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, keescook@google.com, linux-kernel@vger.kernel.org, jeffy.chen@rock-chips.com, leozwang@google.com Subject: Re: [PATCH v5 8/8] ARM: dts: rockchip: support the spi for rk3036 Date: Tue, 02 Feb 2016 22:29:28 +0100 Message-ID: <8822283.9IqfJnsVut@diego> User-Agent: KMail/4.14.10 (Linux/4.2.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <1454384453-7127-4-git-send-email-wxt@rock-chips.com> References: <1454384032-6794-1-git-send-email-wxt@rock-chips.com> <1454384453-7127-1-git-send-email-wxt@rock-chips.com> <1454384453-7127-4-git-send-email-wxt@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Dienstag, 2. Februar 2016, 11:40:53 schrieb Caesar Wang: > This patch adds the needed spi node for rk3036 dts. > > We have to use the 4 bus emmc to work if someone want to support > the spi devices, since the pins are re-used by emmc data[5-8] and spi. > In some caseswe need to support the spi devices, that will waste the > emmc performance. > > Moment, the kylin/evb hasn't the spi devices to work, so maybe we need wait > the new required to enable in kylin/evb board. > > Anyway, the spi should be needed land in rk3036 dts. > > Signed-off-by: Caesar Wang applied to my dts32 branch for 4.6 Thanks Heiko