From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752932AbbJZFjz (ORCPT ); Mon, 26 Oct 2015 01:39:55 -0400 Received: from mailgw01.mediatek.com ([218.249.47.110]:19569 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751223AbbJZFjx (ORCPT ); Mon, 26 Oct 2015 01:39:53 -0400 X-Listener-Flag: 11101 Message-ID: <1445837988.24921.1.camel@mhfsdcap03> Subject: Re: [PATCH 5/5] arm64: dts: spi bus dts support multiple devices From: lei liu To: Sascha Hauer CC: Mark Brown , Mark Rutland , Matthias Brugger , , , , , Date: Mon, 26 Oct 2015 13:39:48 +0800 In-Reply-To: <20151014055809.GN7858@pengutronix.de> References: <1444793015-30359-1-git-send-email-leilk.liu@mediatek.com> <1444793015-30359-6-git-send-email-leilk.liu@mediatek.com> <20151014055809.GN7858@pengutronix.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sascha, On Wed, 2015-10-14 at 07:58 +0200, Sascha Hauer wrote: > On Wed, Oct 14, 2015 at 11:23:35AM +0800, Leilk Liu wrote: > > This patch support multiple devices for MT8173. > > The subject of this patch and also the above sentence should contain the > board name this patch is changing so that the reader knows this is about > a single board, and not arm64 in general. > OK, I'll fix it. > Sascha > > > > > Signed-off-by: Leilk Liu > > --- > > arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts > > index 04b38ed..1c8c407 100644 > > --- a/arch/arm64/boot/dts/mediatek/mt8173-evb.dts > > +++ b/arch/arm64/boot/dts/mediatek/mt8173-evb.dts > > @@ -194,7 +194,7 @@ > > pinmux = , > > , > > , > > - ; > > + ; > > }; > > }; > > }; > > @@ -399,6 +399,7 @@ > > &spi { > > pinctrl-names = "default"; > > pinctrl-0 = <&spi_pins_a>; > > + cs-gpios = <&pio 72 0>; > > mediatek,pad-select = <0>; > > status = "okay"; > > }; > > -- > > 1.8.1.1.dirty > > > > >