From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965893AbcBDNNj (ORCPT ); Thu, 4 Feb 2016 08:13:39 -0500 Received: from mout.kundenserver.de ([212.227.126.134]:63250 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752570AbcBDNN3 (ORCPT ); Thu, 4 Feb 2016 08:13:29 -0500 From: Arnd Bergmann To: Joao Pinto Cc: Bjorn Helgaas , Vineet.Gupta1@synopsys.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-snps-arc@lists.infradead.org, CARLOS.PALMINHA@synopsys.com, Alexey.Brodkin@synopsys.com, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org Subject: Re: [PATCH v7 2/2] add new platform driver for PCI RC Date: Thu, 04 Feb 2016 14:12:40 +0100 Message-ID: <5558330.K4tT8JUImA@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <56B331BF.2000406@synopsys.com> References: <2915520.tvWP9ESSNu@wuerfel> <56B331BF.2000406@synopsys.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:L4HM3o2LyuwUvGZlabkHaLMzYTn6jl9agBEneKOgMYaelQcRn7k 7Zo6ihPGAuHEhsW8al7U8QBxiz/XCVibnAIVkxyKnJLbYacSaIZlMi3mBTTorWCmnZL9MI1 r7fFY5LycAXyl8sB1qCrmgygcIrAl6SFtk8cUtak07/LQUpxZlQ0JtLxwkE5ucOE+7FN6yJ d2054S/91FEwxPSSPgbYg== X-UI-Out-Filterresults: notjunk:1;V01:K0:P9dAb7ciqx4=:xl1NiGp5+DgiNp1+4I+sKP NVBSc30MZFbLzOQzLY/UpJkl7Pd02Lv3UJL0U2QGzo2GZPcpNVUbW54DpiRkviWDXmbTDfumu gsc7/TiLH/Tl6511HjRdJLtO2HkS08fMdOdxlUzDgtn2zKdWS8MVn8wogAfByVx3ojs1R+fLF ITKTG/+a0+6v7GKAou6/dUm1tekXClmqEhuP/maDwyOip2/kKQjQbygvnhnI60OVCmWKfzxur 4LegWNCFhW2uNKiZwCusUENlQISat68PkKCXuKSSuHNWDGL47baaqQFuqcUN1zWv/+XerDBue wsXIQKncjXkdCeLlEs0x4sFnbj2uv3DznihVdDPqe6xg4POLTZEoHiOOSW6mkN+fy1oIh4kSQ Kd5/CTik4fabPKSf3hzpgWIjhVCag7URJtM03HbbIrKAbjOeFdtdrrraQ/rDsc9gSQfHUjtpw X0KID4LQzO+RcGq3YXGvBiz1CBUaEPH5sEHQ6upHStYUgCbZVJpL9y320b71WhD7CeHnpJbUU 5nRWxczQSrtB/OCzB64mrKXw0okcbgUoPyT1akqjfapa677+qOfLiwvkHk+ji4DQcMqwWlpr8 LQtPAw4Q6Epv9Ha2156VN/RZCbGA+gXNarCaxS6V8CJuEUrrS+tJTyf8lO0xTTXppxEYOcMXf cnVjDy88WRxPYwYwmWeTgJx6VCWU3XV0Ss+vVin55BDMYIoQtA5IvwQLkvkSkfR65gNhvF8SG /CbcVqPaENMjO3wD Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 04 February 2016 11:10:55 Joao Pinto wrote: > > The "synopsys" can go away, it's already in the vendor field of the > > string. "ipk" is still a bit unspecific, I was hoping to see a specific > > chip and/or version of the PCIe part. Something like > > > > compatible = "snps,ipk2040-pcie", "snps,ipk-pcie", "snps,dw-pcie-1.23", "snps,dw-pcie"; > > > > which would indicate that there is a chip called "ipk2040" in a family called "ipk", > > and this includes the designware pcie implementation in version 1.23. > > > > "snps,dw-pcie" seems a good idea! > Just to clarify: I really meant you should put all four of the strings into the compatible property. Arnd