From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:33582 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753977AbcBVJTy (ORCPT ); Mon, 22 Feb 2016 04:19:54 -0500 Received: by mail-wm0-f68.google.com with SMTP id c200so17020558wme.0 for ; Mon, 22 Feb 2016 01:19:53 -0800 (PST) Message-ID: <1456132791.1860.3.camel@googlemail.com> Subject: Re: [PATCH v2 2/2] PCI: imx6: add initial imx6sx support From: Christoph Fritz Reply-To: chf.fritz@googlemail.com To: Richard Zhu , Lucas Stach Cc: Fabio Estevam , Bjorn Helgaas , Lee Jones , "linux-pci@vger.kernel.org" , Fabio Estevam Date: Mon, 22 Feb 2016 10:19:51 +0100 In-Reply-To: <1456101636.2176.4.camel@googlemail.com> References: <1455796743-5987-1-git-send-email-chf.fritz@googlemail.com> <1455796743-5987-3-git-send-email-chf.fritz@googlemail.com> <1456101636.2176.4.camel@googlemail.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-pci-owner@vger.kernel.org List-ID: On Mon, 2016-02-22 at 01:40 +0100, Christoph Fritz wrote: > On Sat, 2016-02-20 at 17:37 -0200, Fabio Estevam wrote: > > On Thu, Feb 18, 2016 at 9:59 AM, Christoph Fritz > > wrote: > > > > > static const struct of_device_id imx6_pcie_of_match[] = { > > > { .compatible = "fsl,imx6q-pcie", }, > > > + { .compatible = "fsl,imx6sx-pcie", }, > > > > Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt needs to be > > updated to include this new compatible string. > > Thanks, I'll wait a bit for other possible comments and will then send a > v3 patchset which updates the documentation too. > @MAINTAINERS (Lucas or Richard): Do you want the documentation changes as a separate patch?