From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 09570C072AD for ; Mon, 20 May 2019 02:34:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CBB442082E for ; Mon, 20 May 2019 02:34:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558319653; bh=ju+3KOQugsflVCr4eHF7IRJuhvpcf8WSl+CMXgavYLk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=O9ttmAFei1c9VsaYM5h1K+R9yOXstqwq2MlPZvwHDBh98p9xKirLpSVekWWddMThH Su5DjlB983XV+P8W5SVLuPcF1XrL4Wiha25j8PMlr79U3jJNzdEN4Biifym6hiyBBE n2xI3udHNZMx3W+KHML/GLuyF+f+xa1GBEOEoS9s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730077AbfETCeM (ORCPT ); Sun, 19 May 2019 22:34:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:37904 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726102AbfETCeM (ORCPT ); Sun, 19 May 2019 22:34:12 -0400 Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EA50020675; Mon, 20 May 2019 02:34:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558319651; bh=ju+3KOQugsflVCr4eHF7IRJuhvpcf8WSl+CMXgavYLk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jrxS4/h37zf79nS70kW2xHZzvBgXySi9WZikYoXk80RNIoziudZdyfx/IjHE5rdh8 gPP8eToB0AJRjIWv8lMM11zSIudBpnl+JPymfn5JO0IPs4XYvm4T0bzuiHqnh/cupF gzLEMHOGoRvwpzposYs8pRBMqAppE1wBNQy49+Aw= Date: Mon, 20 May 2019 10:33:16 +0800 From: Shawn Guo To: Leo Yan Cc: Rob Herring , Mark Rutland , Suzuki K Poulose , Mathieu Poirier , Mike Leach , Wei Xu , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Andy Gross , David Brown , Linus Walleij , Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , Orson Zhai , Baolin Wang , Chunyan Zhang , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Chris Healy , Andrew Lunn Subject: Re: [PATCH v2 02/11] ARM: dts: imx7s: Update coresight DT bindings Message-ID: <20190520023315.GI15856@dragon> References: <20190508021902.10358-1-leo.yan@linaro.org> <20190508021902.10358-3-leo.yan@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190508021902.10358-3-leo.yan@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Cc: Chris Healy > Cc: Andrew Lunn > Cc: Fabio Estevam > Cc: Mathieu Poirier > Cc: Suzuki K Poulose > Signed-off-by: Leo Yan Applied, thanks.