From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Fri, 15 Dec 2017 12:20:06 -0800 Subject: [PATCH v4 2/2] ARM64: dts: meson-axg: add pinctrl DT info for Meson-AXG SoC In-Reply-To: <20171208015418.9632-3-yixun.lan@amlogic.com> (Yixun Lan's message of "Fri, 8 Dec 2017 09:54:18 +0800") References: <20171208015418.9632-1-yixun.lan@amlogic.com> <20171208015418.9632-3-yixun.lan@amlogic.com> Message-ID: <7hr2rv7ngp.fsf@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Yixun Lan writes: > From: Xingyu Chen > > Add new pinctrl DT info for the Amlogic's Meson-AXG SoC. > > Reviewed-by: Neil Armstrong > Signed-off-by: Xingyu Chen > Signed-off-by: Yixun Lan > --- > arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 44 ++++++++++++++++++++++++++++++ > 1 file changed, 44 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi > index e7213eb53958..7b24f83ab4bf 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi > +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi > @@ -7,6 +7,7 @@ > #include > #include > #include > +#include FYI: I dropped this line, since it's not used (yet) and it causes an unncessary dependency on an external tree. It can be added back as soon as there are users. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v4 2/2] ARM64: dts: meson-axg: add pinctrl DT info for Meson-AXG SoC Date: Fri, 15 Dec 2017 12:20:06 -0800 Message-ID: <7hr2rv7ngp.fsf@baylibre.com> References: <20171208015418.9632-1-yixun.lan@amlogic.com> <20171208015418.9632-3-yixun.lan@amlogic.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20171208015418.9632-3-yixun.lan-LpR1jeaWuhtBDgjK7y7TUQ@public.gmane.org> (Yixun Lan's message of "Fri, 8 Dec 2017 09:54:18 +0800") Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Yixun Lan Cc: linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Rob Herring , Mark Rutland , Linus Walleij , Neil Armstrong , Jerome Brunet , Carlo Caione , Xingyu Chen , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-gpio@vger.kernel.org Yixun Lan writes: > From: Xingyu Chen > > Add new pinctrl DT info for the Amlogic's Meson-AXG SoC. > > Reviewed-by: Neil Armstrong > Signed-off-by: Xingyu Chen > Signed-off-by: Yixun Lan > --- > arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 44 ++++++++++++++++++++++++++++++ > 1 file changed, 44 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi > index e7213eb53958..7b24f83ab4bf 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi > +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi > @@ -7,6 +7,7 @@ > #include > #include > #include > +#include FYI: I dropped this line, since it's not used (yet) and it causes an unncessary dependency on an external tree. It can be added back as soon as there are users. Kevin -- 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: khilman@baylibre.com (Kevin Hilman) Date: Fri, 15 Dec 2017 12:20:06 -0800 Subject: [PATCH v4 2/2] ARM64: dts: meson-axg: add pinctrl DT info for Meson-AXG SoC In-Reply-To: <20171208015418.9632-3-yixun.lan@amlogic.com> (Yixun Lan's message of "Fri, 8 Dec 2017 09:54:18 +0800") References: <20171208015418.9632-1-yixun.lan@amlogic.com> <20171208015418.9632-3-yixun.lan@amlogic.com> Message-ID: <7hr2rv7ngp.fsf@baylibre.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Yixun Lan writes: > From: Xingyu Chen > > Add new pinctrl DT info for the Amlogic's Meson-AXG SoC. > > Reviewed-by: Neil Armstrong > Signed-off-by: Xingyu Chen > Signed-off-by: Yixun Lan > --- > arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 44 ++++++++++++++++++++++++++++++ > 1 file changed, 44 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi > index e7213eb53958..7b24f83ab4bf 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi > +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi > @@ -7,6 +7,7 @@ > #include > #include > #include > +#include FYI: I dropped this line, since it's not used (yet) and it causes an unncessary dependency on an external tree. It can be added back as soon as there are users. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755872AbdLOUUX (ORCPT ); Fri, 15 Dec 2017 15:20:23 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:41972 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755530AbdLOUUT (ORCPT ); Fri, 15 Dec 2017 15:20:19 -0500 X-Google-Smtp-Source: ACJfBourT7EwhnjVptT40pJpqsbm9bm0w0FGz4Q8hjbWgqoItw2STGbIqFKbw5NlY648QsEokCXnrQ== From: Kevin Hilman To: Yixun Lan Cc: , Rob Herring , Mark Rutland , Linus Walleij , Neil Armstrong , Jerome Brunet , Carlo Caione , Xingyu Chen , , , , Subject: Re: [PATCH v4 2/2] ARM64: dts: meson-axg: add pinctrl DT info for Meson-AXG SoC Organization: BayLibre References: <20171208015418.9632-1-yixun.lan@amlogic.com> <20171208015418.9632-3-yixun.lan@amlogic.com> Date: Fri, 15 Dec 2017 12:20:06 -0800 In-Reply-To: <20171208015418.9632-3-yixun.lan@amlogic.com> (Yixun Lan's message of "Fri, 8 Dec 2017 09:54:18 +0800") Message-ID: <7hr2rv7ngp.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Yixun Lan writes: > From: Xingyu Chen > > Add new pinctrl DT info for the Amlogic's Meson-AXG SoC. > > Reviewed-by: Neil Armstrong > Signed-off-by: Xingyu Chen > Signed-off-by: Yixun Lan > --- > arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 44 ++++++++++++++++++++++++++++++ > 1 file changed, 44 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi > index e7213eb53958..7b24f83ab4bf 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi > +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi > @@ -7,6 +7,7 @@ > #include > #include > #include > +#include FYI: I dropped this line, since it's not used (yet) and it causes an unncessary dependency on an external tree. It can be added back as soon as there are users. Kevin