From mboxrd@z Thu Jan 1 00:00:00 1970 From: maxime.coquelin@st.com (Maxime Coquelin) Date: Mon, 30 Mar 2015 13:43:58 +0200 Subject: [PATCH v2 8/8] ARM: STi: DT: STiH407: Add dt nodes for sdhci and emmc. In-Reply-To: <20150330113751.GE9447@x1> 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> Message-ID: <551936FE.6020604@st.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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.