Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1158337
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Linus Walleij <linus.walleij@linaro.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [patch] gpio: Added GPIO support to ZynqMP SoC |
| Date | Thu, 04 Jun 2015 10:10:03 +0200 |
| Message-ID | <pxynV-37f-33@gated-at.bofh.it> (permalink) |
| References | <pxynV-37f-35@gated-at.bofh.it> |
| X-Original-To | Anurag Kumar Vulisha <anurag.kumar.vulisha@xilinx.com> |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=dqstJX9hiYufN+7A8IKnYJPBF/AWGMzGfHhst4IIozI=; b=KihatdK7MD3FxeeOduliwohO6t9LtF2Ib13hrJE8bRk3WP+5IZE03SBTmutJcJiHZQ YWVlBn4Z9nSAHLVnVTpht54HYFmblSycvxuYs1qHop6scfHusqmgYKg4bYgj6DN/cU0u SlsKdSRgBQdF5x0oRTGhLuCzncZb9aYFSaDU1KIUOO9txaQyEhyJtBGFx226u67CtYp6 1YIthJ9oTwVxSA/K2s+yNlkvqcrwTDUssOvsYT+f41gwrkhcD/Nn6P5AtXatew0qbFWp bYIBgRJAyChei/VW6kJm9fRO4rgULV7i5PiLfSMXJ5AmnZsTiWkkAc3at67Z2SjwDX4q M23w== |
| X-Gm-Message-State | ALoCoQn/xnTbF74Ug8HK7pZycEWilPRy7kViCTDqkGvKmnFUND/gT/5D3R9QpmsujyPCYYGTE7L5 |
| MIME-Version | 1.0 |
| X-Received | by 10.60.40.163 with SMTP id y3mr30880410oek.34.1433405277992; Thu, 04 Jun 2015 01:07:57 -0700 (PDT) |
| Content-Type | text/plain; charset=UTF-8 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 24 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Alexandre Courbot <gnurou@gmail.com>, Michal Simek <michal.simek@xilinx.com>, Sören Brinkmann <soren.brinkmann@xilinx.com>, "linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, "linux-arm-kernel@lists.infradead.org" <linux-arm-kernel@lists.infradead.org>, punnaia@xilinx.com, svemula@xilinx.com, anirudh@xilinx.com, Anurag Kumar Vulisha <anuragku@xilinx.com> |
| X-Original-Date | Thu, 4 Jun 2015 10:07:57 +0200 |
| X-Original-Message-ID | <CACRpkdZpvr4NfH43FvoHdfKaqqDGMHJU5=UHEzOpLV9xC4vaTw@mail.gmail.com> |
| X-Original-References | <1433160019-11157-1-git-send-email-anuragku@xilinx.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | aioe.org linux.kernel:1158337 |
Show key headers only | View raw
On Mon, Jun 1, 2015 at 2:00 PM, Anurag Kumar Vulisha
<anurag.kumar.vulisha@xilinx.com> wrote:
> Added support to ZynqMP SoC on the existing zynq gpio driver.
>
> Signed-off-by: Anurag Kumar Vulisha <anuragku@xilinx.com>
> +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/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [patch] gpio: Added GPIO support to ZynqMP SoC Linus Walleij <linus.walleij@linaro.org> - 2015-06-04 10:10 +0200
csiph-web