Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753254AbbFDIJw (ORCPT ); Thu, 4 Jun 2015 04:09:52 -0400 Received: from mail-ob0-f172.google.com ([209.85.214.172]:35367 "EHLO mail-ob0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932071AbbFDIH7 (ORCPT ); Thu, 4 Jun 2015 04:07:59 -0400 MIME-Version: 1.0 In-Reply-To: <1433160019-11157-1-git-send-email-anuragku@xilinx.com> References: <1433160019-11157-1-git-send-email-anuragku@xilinx.com> Date: Thu, 4 Jun 2015 10:07:57 +0200 Message-ID: Subject: Re: [patch] gpio: Added GPIO support to ZynqMP SoC From: Linus Walleij To: Anurag Kumar Vulisha Cc: Alexandre Courbot , Michal Simek , =?UTF-8?Q?S=C3=B6ren_Brinkmann?= , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , punnaia@xilinx.com, svemula@xilinx.com, anirudh@xilinx.com, Anurag Kumar Vulisha Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 923 Lines: 24 On Mon, Jun 1, 2015 at 2:00 PM, Anurag Kumar Vulisha wrote: > Added support to ZynqMP SoC on the existing zynq gpio driver. > > Signed-off-by: Anurag Kumar Vulisha > +static const struct of_device_id zynq_gpio_of_match[] = { > + { .compatible = "xlnx,zynq-gpio-1.0", .data = (void *)&zynq_gpio_def }, > + { .compatible = "xlnx,zynqmp-gpio-1.0", > + .data = (void *)&zynqmp_gpio_def }, Is there a separate patch adding this to the device tree bindings in Documentation/devicetree/bindings/gpio/gpio-zynq.txt? Else please include it in this patch. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/