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