From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752808AbbC3Los (ORCPT ); Mon, 30 Mar 2015 07:44:48 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:34991 "EHLO mx08-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751659AbbC3Loq (ORCPT ); Mon, 30 Mar 2015 07:44:46 -0400 Message-ID: <551936FE.6020604@st.com> Date: Mon, 30 Mar 2015 13:43:58 +0200 From: Maxime Coquelin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Lee Jones , Peter Griffin CC: , , , , , , , , Subject: Re: [PATCH v2 8/8] ARM: STi: DT: STiH407: Add dt nodes for sdhci and emmc. References: <1424956227-18258-1-git-send-email-peter.griffin@linaro.org> <1424956227-18258-9-git-send-email-peter.griffin@linaro.org> <54F594F8.50306@st.com> <20150330112357.GE21893@griffinp-ThinkPad-X1-Carbon-2nd> <20150330113751.GE9447@x1> In-Reply-To: <20150330113751.GE9447@x1> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.23.80] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-03-30_01:2015-03-30,2015-03-29,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/30/2015 01:37 PM, Lee Jones wrote: > On Mon, 30 Mar 2015, Peter Griffin wrote: > >> Hi Maxime, >> >> On Tue, 03 Mar 2015, Maxime Coquelin wrote: >> >>> On 02/26/2015 02:10 PM, Peter Griffin wrote: >>>> The nodes have been split to allow as much commonality as possible. >>>> The stih407 has a silicon bug with eMMC UHS modes (with top regs) >>>> and as such doesn't have any of the uhs dt properties. >>>> >>>> Signed-off-by: Peter Griffin >>>> --- >>>> arch/arm/boot/dts/stih407-family.dtsi | 30 ++++++++++++++++++++++++++++++ >>>> arch/arm/boot/dts/stih410-b2120.dts | 10 ++++++++++ >>>> arch/arm/boot/dts/stihxxx-b2120.dtsi | 8 ++++++++ >>>> 3 files changed, 48 insertions(+) >>>> >>>> >>> Maybe you could also add SD/eMMC support to the b2199 too? >> Yes ok, I will add support for stih418-b2199 in v3. > Is there any reason why this can't be actioned in a subsequent patch? > It could. But since the series needs a v3, it makes sense to do the change now.