From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751421AbeAEK1p (ORCPT + 1 other); Fri, 5 Jan 2018 05:27:45 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:42368 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751175AbeAEK1m (ORCPT ); Fri, 5 Jan 2018 05:27:42 -0500 X-Google-Smtp-Source: ACJfBovEpFpoA7F1Oj8xeiz5N8MRLEQaCwqWsUSu4jGrOpZCqKMgrE4rdpqC3WE735ScAxwj126Yxg== Message-ID: <1515148060.5048.21.camel@baylibre.com> Subject: Re: [PATCH 5/6] arm64: dts: meson-axg: complete the pinctrl info for UART_AO_A From: Jerome Brunet To: Yixun Lan , Kevin Hilman , devicetree@vger.kernel.org Cc: Neil Armstrong , Rob Herring , Mark Rutland , Carlo Caione , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Date: Fri, 05 Jan 2018 11:27:40 +0100 In-Reply-To: <20180105095621.196472-6-yixun.lan@amlogic.com> References: <20180105095621.196472-1-yixun.lan@amlogic.com> <20180105095621.196472-6-yixun.lan@amlogic.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.3 (3.26.3-1.fc27) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Fri, 2018-01-05 at 17:56 +0800, Yixun Lan wrote: > Explictly request the pinctrl info for the UART_AO_A controller, > otherwise we my rely on bootloader for the initialization. "we may" ? --^ > > Signed-off-by: Yixun Lan Please be consistent in the title s/arm64/ARM64 Otherwise looks good once patch #4 is fixed Acked-by: Jerome Brunet > --- > arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts > index 70eca1f8736a..2b79be356996 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts > +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts > @@ -19,4 +19,6 @@ > > &uart_AO { > status = "okay"; > + pinctrl-0 = <&uart_ao_a_pins>; > + pinctrl-names = "default"; > }; From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerome Brunet Subject: Re: [PATCH 5/6] arm64: dts: meson-axg: complete the pinctrl info for UART_AO_A Date: Fri, 05 Jan 2018 11:27:40 +0100 Message-ID: <1515148060.5048.21.camel@baylibre.com> References: <20180105095621.196472-1-yixun.lan@amlogic.com> <20180105095621.196472-6-yixun.lan@amlogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180105095621.196472-6-yixun.lan-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Yixun Lan , Kevin Hilman , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Neil Armstrong , Rob Herring , Mark Rutland , Carlo Caione , linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Fri, 2018-01-05 at 17:56 +0800, Yixun Lan wrote: > Explictly request the pinctrl info for the UART_AO_A controller, > otherwise we my rely on bootloader for the initialization. "we may" ? --^ > > Signed-off-by: Yixun Lan Please be consistent in the title s/arm64/ARM64 Otherwise looks good once patch #4 is fixed Acked-by: Jerome Brunet > --- > arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts > index 70eca1f8736a..2b79be356996 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts > +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts > @@ -19,4 +19,6 @@ > > &uart_AO { > status = "okay"; > + pinctrl-0 = <&uart_ao_a_pins>; > + pinctrl-names = "default"; > }; -- 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: jbrunet@baylibre.com (Jerome Brunet) Date: Fri, 05 Jan 2018 11:27:40 +0100 Subject: [PATCH 5/6] arm64: dts: meson-axg: complete the pinctrl info for UART_AO_A In-Reply-To: <20180105095621.196472-6-yixun.lan@amlogic.com> References: <20180105095621.196472-1-yixun.lan@amlogic.com> <20180105095621.196472-6-yixun.lan@amlogic.com> Message-ID: <1515148060.5048.21.camel@baylibre.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 2018-01-05 at 17:56 +0800, Yixun Lan wrote: > Explictly request the pinctrl info for the UART_AO_A controller, > otherwise we my rely on bootloader for the initialization. "we may" ? --^ > > Signed-off-by: Yixun Lan Please be consistent in the title s/arm64/ARM64 Otherwise looks good once patch #4 is fixed Acked-by: Jerome Brunet > --- > arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts > index 70eca1f8736a..2b79be356996 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts > +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts > @@ -19,4 +19,6 @@ > > &uart_AO { > status = "okay"; > + pinctrl-0 = <&uart_ao_a_pins>; > + pinctrl-names = "default"; > }; From mboxrd@z Thu Jan 1 00:00:00 1970 From: jbrunet@baylibre.com (Jerome Brunet) Date: Fri, 05 Jan 2018 11:27:40 +0100 Subject: [PATCH 5/6] arm64: dts: meson-axg: complete the pinctrl info for UART_AO_A In-Reply-To: <20180105095621.196472-6-yixun.lan@amlogic.com> References: <20180105095621.196472-1-yixun.lan@amlogic.com> <20180105095621.196472-6-yixun.lan@amlogic.com> Message-ID: <1515148060.5048.21.camel@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On Fri, 2018-01-05 at 17:56 +0800, Yixun Lan wrote: > Explictly request the pinctrl info for the UART_AO_A controller, > otherwise we my rely on bootloader for the initialization. "we may" ? --^ > > Signed-off-by: Yixun Lan Please be consistent in the title s/arm64/ARM64 Otherwise looks good once patch #4 is fixed Acked-by: Jerome Brunet > --- > arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts > index 70eca1f8736a..2b79be356996 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts > +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts > @@ -19,4 +19,6 @@ > > &uart_AO { > status = "okay"; > + pinctrl-0 = <&uart_ao_a_pins>; > + pinctrl-names = "default"; > };