From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Rutland Subject: Re: [PATCH v2 2/2] arm64: dts: qcom: Add msm8916 CoreSight components Date: Mon, 11 May 2015 12:04:22 +0100 Message-ID: <20150511110422.GA4595@leverpostej> References: <1431012969-16338-1-git-send-email-ivan.ivanov@linaro.org> <1431012969-16338-3-git-send-email-ivan.ivanov@linaro.org> <1431092877.21307.18.camel@linaro.org> <20150508180052.GD11680@leverpostej> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-arm-msm-owner@vger.kernel.org To: "Ivan T. Ivanov" Cc: Mathieu Poirier , Kumar Gala , Pratik Patel , Catalin Marinas , Will Deacon , Rob Herring , Pawel Moll , Ian Campbell , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-arm-msm@vger.kernel.org" List-Id: devicetree@vger.kernel.org On Fri, May 08, 2015 at 07:17:12PM +0100, Ivan T. Ivanov wrote: >=20 > > On May 8, 2015, at 9:00 PM, Mark Rutland wro= te: > >=20 > > On Fri, May 08, 2015 at 02:47:57PM +0100, Ivan T. Ivanov wrote: > >>=20 > >> On Fri, 2015-05-08 at 07:38 -0600, Mathieu Poirier wrote: > >>> On 7 May 2015 at 09:36, Ivan T. Ivanov ivanov@linaro.org> wrote: > >>>> Add initial set of CoreSight components found on Qualcomm's 8x16= chipset. > >>>>=20 > >>>>=20 > >>>> + replicator@824000 { > >>>> + compatible =3D "qcom,coresight-replicator", "arm= ,primecell"; > >>>=20 > >>> Shouldn't it be "qcom,coresight-replicator1x" ? > >>>=20 > >>=20 > >>=20 > >>=20 > >> True, I still wonder, why we have to have this compatible string?=20 > >> Drivers are probed by amba_id and "arm,primecell", after all. > >=20 > > The compatible string tells you both the device _and_ the format of= the > > other properties, because it tells you which binding applies. > >=20 > > So the compatible string should be present regardless, as > > "arm,primecell" does not define the majority of the properties you = need > > for the replicator node. >=20 > Mmm, only if vendors don=E2=80=99t bother to update version informati= on > fused to revision id registers, which happens. And this could=20 > be workaround by "arm,primecell-periphid=E2=80=9D, no? No. That only tells you the identity of the device, not the format of the binding. Thanks, Mark.