From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752057AbbJNF6U (ORCPT ); Wed, 14 Oct 2015 01:58:20 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:35507 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750820AbbJNF6R (ORCPT ); Wed, 14 Oct 2015 01:58:17 -0400 Date: Wed, 14 Oct 2015 07:58:09 +0200 From: Sascha Hauer To: Leilk Liu Cc: Mark Brown , Mark Rutland , Matthias Brugger , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH 5/5] arm64: dts: spi bus dts support multiple devices Message-ID: <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444793015-30359-6-git-send-email-leilk.liu@mediatek.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 07:55:31 up 24 days, 19:24, 86 users, load average: 0.00, 0.07, 0.12 User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: sha@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. 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 > > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sascha Hauer Subject: Re: [PATCH 5/5] arm64: dts: spi bus dts support multiple devices Date: Wed, 14 Oct 2015 07:58:09 +0200 Message-ID: <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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1444793015-30359-6-git-send-email-leilk.liu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Leilk Liu Cc: Mark Brown , Mark Rutland , Matthias Brugger , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org 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. 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 > > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.hauer@pengutronix.de (Sascha Hauer) Date: Wed, 14 Oct 2015 07:58:09 +0200 Subject: [PATCH 5/5] arm64: dts: spi bus dts support multiple devices In-Reply-To: <1444793015-30359-6-git-send-email-leilk.liu@mediatek.com> References: <1444793015-30359-1-git-send-email-leilk.liu@mediatek.com> <1444793015-30359-6-git-send-email-leilk.liu@mediatek.com> Message-ID: <20151014055809.GN7858@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. 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 > > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |