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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ECAE5C433EF for ; Tue, 12 Oct 2021 01:09:47 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B8EA6604DB for ; Tue, 12 Oct 2021 01:09:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B8EA6604DB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=v0tJOZ8NZflB+fp0KEsXMQrpxTBh/X+84RKFJ0Dc/Cs=; b=rxwZX0de/Y3a/F XA90Gv0E6nlNM9YbXECIQ/cofAE+LA2mVF3mqHNklUp2bMFpOLqaBr/hzWV/Csm3g8hnvKVcY+PIT zGYHPToExq3yNl8cEyCL0JfL+UORSBmbwpdRy3/Hfm4EnlUEbdCPsV77jPKh+vxdPZhvr5xRVHNia +yR4D4E/aYDVsYWSD+Sh60NELEmLPwZkRAbWUwOtK4Bz7PW1Qe063xtRx2/U2qGQ9TFbZH5d6l1HC E/zeaZH5/nn6sSdm7OA+d4C1YWQ/MtJ0A18HSxiLnybor4EFLDfqrse3xyYTL0BF2RgguCUjQCNuH Tln5tfv8AZSfeW37+ehg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ma6GF-00B9tW-NG; Tue, 12 Oct 2021 01:07:19 +0000 Received: from mail-ot1-f48.google.com ([209.85.210.48]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ma6GC-00B9sz-44 for linux-arm-kernel@lists.infradead.org; Tue, 12 Oct 2021 01:07:17 +0000 Received: by mail-ot1-f48.google.com with SMTP id v2-20020a05683018c200b0054e3acddd91so19348449ote.8 for ; Mon, 11 Oct 2021 18:07:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=oNKIkgIeyAhvnUpCpJSDJiW2bX74JtLFJG0XP81iGgs=; b=SDEuTMuNNFpNtoLtEtKxOdxiGJoJgXiXEyxFogl9+feJotmraCrgKqJ12FcX53rPSX 3S+6V2qOJrzjerTikMA8JReKImHtHlSTlFSkvImTMy/4/rRYscCwb/Av3btGB98mgQJz 2xRVZVPppc9azsa9AWQaZxACFh3cYsSW2xDVW/SjlTbMiQJDs98amexoefvbiCWADnVk J1h6YtFaqebRNU0H7yP2lCPIVwzHxNG2EogqJpB+/7i3YAV1LpnbacbBLDnKGrX0IbVw q8ZQpzzSxZj2clHqj+n66SHszArYSLWznJlbR1eqVhFDc3L/Wwn3EjERCERAmW1Mhabx HdLA== X-Gm-Message-State: AOAM531RUv4esBN22hTOr5fazsIc5U35Ny7e0/aoiaI9hfvL2dbVSl0m FSxGfzMgIiNgSvlfbVKgrQ== X-Google-Smtp-Source: ABdhPJxZ31PlfFMh6vQNPQjBd9RwWuQtvQ5MQFK70WXxj3fALbzpUEclVT37F2/tAZV+2ZFKR/d83g== X-Received: by 2002:a05:6830:1c7c:: with SMTP id s28mr22962910otg.345.1634000834737; Mon, 11 Oct 2021 18:07:14 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id f61sm2062459otf.73.2021.10.11.18.07.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Oct 2021 18:07:14 -0700 (PDT) Received: (nullmailer pid 1514762 invoked by uid 1000); Tue, 12 Oct 2021 01:07:13 -0000 Date: Mon, 11 Oct 2021 20:07:13 -0500 From: Rob Herring To: Samuel Holland Cc: devicetree@vger.kernel.org, Jernej Skrabec , MyungJoo Ham , Maxime Ripard , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Kyungmin Park , Michael Turquette , linux-arm-kernel@lists.infradead.org, Stephen Boyd , linux-sunxi@lists.linux.dev, Chanwoo Choi , Rob Herring , Chen-Yu Tsai Subject: Re: [PATCH v2 1/6] dt-bindings: clock: sunxi: Export CLK_DRAM for devfreq Message-ID: References: <20211004012739.39053-1-samuel@sholland.org> <20211004012739.39053-2-samuel@sholland.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211004012739.39053-2-samuel@sholland.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211011_180716_190513_85867C2E X-CRM114-Status: GOOD ( 13.75 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, 03 Oct 2021 20:27:34 -0500, Samuel Holland wrote: > The MBUS node needs to reference the CLK_DRAM clock, as the MBUS > hardware implements memory dynamic frequency scaling using this clock. > > Export this clock for SoCs which will be getting a devfreq driver. > > Signed-off-by: Samuel Holland > --- > drivers/clk/sunxi-ng/ccu-sun50i-a64.h | 2 -- > drivers/clk/sunxi-ng/ccu-sun8i-h3.h | 2 -- > include/dt-bindings/clock/sun50i-a64-ccu.h | 2 +- > include/dt-bindings/clock/sun8i-h3-ccu.h | 2 +- > 4 files changed, 2 insertions(+), 6 deletions(-) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel