From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 1/3] pinctrl: add compatible for Amlogic Meson A1 pin controller Date: Mon, 30 Sep 2019 17:47:20 -0500 Message-ID: <20190930224720.GA27280@bogus> References: <1568700442-18540-1-git-send-email-qianggui.song@amlogic.com> <1568700442-18540-2-git-send-email-qianggui.song@amlogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1568700442-18540-2-git-send-email-qianggui.song@amlogic.com> Sender: linux-kernel-owner@vger.kernel.org Cc: Linus Walleij , linux-gpio@vger.kernel.org, Qianggui Song , Mark Rutland , Hanjie Lin , Jianxin Pan , Neil Armstrong , Martin Blumenstingl , Kevin Hilman , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Carlo Caione , linux-amlogic@lists.infradead.org, Xingyu Chen , Jerome Brunet List-Id: devicetree@vger.kernel.org On Tue, 17 Sep 2019 14:07:20 +0800, Qianggui Song wrote: > Add new compatible name for Amlogic's Meson-A1 pin controller > add a dt-binding header file which document the detail pin names. > > Signed-off-by: Qianggui Song > Signed-off-by: Xingyu Chen > Signed-off-by: Jianxin Pan > --- > .../devicetree/bindings/pinctrl/meson,pinctrl.txt | 1 + > include/dt-bindings/gpio/meson-a1-gpio.h | 73 ++++++++++++++++++++++ > 2 files changed, 74 insertions(+) > create mode 100644 include/dt-bindings/gpio/meson-a1-gpio.h > Reviewed-by: Rob Herring