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,USER_AGENT_SANE_1 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 99DFEC2D0D1 for ; Thu, 19 Dec 2019 20:21:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6D16C24680 for ; Thu, 19 Dec 2019 20:21:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576786892; bh=0j11NTQ86XlrdjZV34nyqjEyOI6l9Je8mZJwP+guy+E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=WjVj9gns4xizgejOgkbrZjE5WirgoRiedQWIBuRqvzu3RLM1YM4Og83/0SAJoa5B2 ZrKFrYahPyTYSZzVWOm18lqE9+64VhWI8w1Pnrhk5qBGhm6ShzNW6ZWP7khtQn++dQ lhXnMQcfLqztLusdT+zgE/jXsf+oU7TfetmS9cZs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726981AbfLSUVb (ORCPT ); Thu, 19 Dec 2019 15:21:31 -0500 Received: from mail-ed1-f67.google.com ([209.85.208.67]:42182 "EHLO mail-ed1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726880AbfLSUVb (ORCPT ); Thu, 19 Dec 2019 15:21:31 -0500 Received: by mail-ed1-f67.google.com with SMTP id e10so6139850edv.9; Thu, 19 Dec 2019 12:21:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=GR1PmJOvhGpPpzVfO8kgGmz6p0Ok+BYanL+ypVYCuIo=; b=VHE0h/z8QUohGr0nxIUjLPnxbiZBiczVgQ7CLypXARylblDBDbT56ycS7qfgca7I2N auOka92SQcKGx0XGKWzvtegmnm0vqflHXidkL+V8oPep3qo5Grnyqv/1g/icuFwiiO6c RJH+4xtU2s5sLUKLCUrdLBsfGAKsSW59VXA/2OkFTaOor8o+X90GL3Ix+FzNH6jaDE8H miubaUMCV1uiYOvebxGn27psdfNRpBPcczaxDyjmK0oKKzRZWgumqyfPe3p/isfF/o1I KGQFQKZT5vameJ9Yspbsgl2xIquC7V6yp4w9/rFfxGDV7AqNFQZNllO1KpI8GS6Fb8o0 2SCw== X-Gm-Message-State: APjAAAXUHxPK/5zZeBWP0+9UKF0ZUvso5Q2/sNgz7CwEEl1HSGV0S8wL qtvJru+lYvsJnzzQ3CRwSv8= X-Google-Smtp-Source: APXvYqwZwMHJTRig+SXE0kz2DegMMU7qPuSgopAX7Pwr9Y8S6Q8VfZ+NYpDzWXBIncow4tB/gDtDLA== X-Received: by 2002:a17:906:4a12:: with SMTP id w18mr11475789eju.321.1576786889413; Thu, 19 Dec 2019 12:21:29 -0800 (PST) Received: from kozik-lap ([194.230.155.234]) by smtp.googlemail.com with ESMTPSA id u25sm722974ejb.53.2019.12.19.12.21.27 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 19 Dec 2019 12:21:28 -0800 (PST) Date: Thu, 19 Dec 2019 21:21:26 +0100 From: Krzysztof Kozlowski To: Chanwoo Choi Cc: robh+dt@kernel.org, mark.rutland@arm.com, heiko@sntech.de, leonard.crestez@nxp.com, lukasz.luba@arm.com, a.swigon@samsung.com, m.szyprowski@samsung.com, kgene@kernel.org, myungjoo.ham@samsung.com, kyungmin.park@samsung.com, linux-pm@vger.kernel.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH 8/9] ARM: dts: exynos: Replace deprecated property for Exynos bus and DMC Message-ID: <20191219202126.GB21576@kozik-lap> References: <20191217055738.28445-1-cw00.choi@samsung.com> <20191217055738.28445-9-cw00.choi@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191217055738.28445-9-cw00.choi@samsung.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Dec 17, 2019 at 02:57:37PM +0900, Chanwoo Choi wrote: > Replace the property related to devfreq and devfreq-event device > to remove the deprecated property name. > - Replace 'devfreq' with 'exynos,parent-bus' property > for getting the parent devfreq device of exynos-bus. > - Replace 'devfreq-events' with 'exynos,ppmu-device' property > for getting the devfreq-event device to monitor bus utilization. > > Signed-off-by: Chanwoo Choi > --- > arch/arm/boot/dts/exynos3250-monk.dts | 2 +- > arch/arm/boot/dts/exynos3250-rinato.dts | 18 +++++----- > .../boot/dts/exynos4412-itop-scp-core.dtsi | 16 ++++----- > arch/arm/boot/dts/exynos4412-midas.dtsi | 18 +++++----- > .../boot/dts/exynos4412-odroid-common.dtsi | 18 +++++----- > arch/arm/boot/dts/exynos5422-odroid-core.dtsi | 34 +++++++++---------- > 6 files changed, 53 insertions(+), 53 deletions(-) > It will have to wait till next release, after driver changes get accepted. Best regards, Krzysztof