Message ID | 20190508021902.10358-1-leo.yan@linaro.org |
---|---|
Headers | show |
Series | dts: Update DT bindings for CoreSight replicator and funnel | expand |
On 08/05/2019 03:18, Leo Yan wrote: > Since the DT bindings consolidatoins for CoreSight replicator and funnel > is ready for kernel v5.2 merge window [1], this patch set is to update > the related CoreSight DT bindings for platforms; IIUC, this patch set > will be safe for merging into kernel v5.2 because the dependency > patches in [1] will be landed into mainline kernel v5.2 cycle. > > In this patch set, it tries to update below two compatible strings to > the latest strings: > > s/"arm,coresight-replicator"/"arm,coresight-static-replicator" > s/"arm,coresight-funnel"/"arm,coresight-dynamic-funnel" > > Please note, some platforms have two continuous patches, one is for > updating static replicator compatible string and another is for dynamic > funnel change; and other platforms have only one patch since it only > needs to change for dynamic funnel. This is now misleading ;-), but that doesn't matter. For the entire series : Acked-by: Suzuki K Poulose <suzuki.poulose@arm.com>
On Wed, May 08, 2019 at 10:18:53AM +0800, Leo Yan wrote: > CoreSight DT bindings have been updated, thus the old compatible strings > are obsolete and the drivers will report warning if DTS uses these > obsolete strings. > > This patch switches to the new bindings for CoreSight dynamic funnel and > static replicator, so can dismiss warning during initialisation. > > Cc: Shawn Guo <shawnguo@kernel.org> > Cc: Chris Healy <cphealy@gmail.com> > Cc: Andrew Lunn <andrew@lunn.ch> > Cc: Fabio Estevam <festevam@gmail.com> > Cc: Mathieu Poirier <mathieu.poirier@linaro.org> > Cc: Suzuki K Poulose <suzuki.poulose@arm.com> > Signed-off-by: Leo Yan <leo.yan@linaro.org> Applied, thanks.