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=-2.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham 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 75D79C28CF6 for ; Wed, 1 Aug 2018 17:39:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1DF0020862 for ; Wed, 1 Aug 2018 17:39:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="WsghXJG+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1DF0020862 Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405461AbeHAT0f (ORCPT ); Wed, 1 Aug 2018 15:26:35 -0400 Received: from mail-pf1-f196.google.com ([209.85.210.196]:38162 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390100AbeHAT0e (ORCPT ); Wed, 1 Aug 2018 15:26:34 -0400 Received: by mail-pf1-f196.google.com with SMTP id x17-v6so8221322pfh.5 for ; Wed, 01 Aug 2018 10:39:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=eT0jBOSDQ7VQsjYNxFtSRnon0T4Tn0VpVud680Vo7GU=; b=WsghXJG+uojeuT+tQF80OXFhTap4x7LFrtvLQXE7kz4nPjCurbSEdwu19QAvw19bKo gekhnl4bAMBuUvItWLtTAmNjfr8afhgIqyS7lVIUSJ9OJ6K2YsrQ/RJY2xnKBK4qajgv uQtekN7NBAAQsSx4vo8fhRXXYmpa8AyQVvYu8= 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:content-transfer-encoding :in-reply-to:user-agent; bh=eT0jBOSDQ7VQsjYNxFtSRnon0T4Tn0VpVud680Vo7GU=; b=fDF9iME2p9x1PfqeAlm5MnKzHwPpNWb02PWOeL64E11hPpob/DdLKmUq3gJ8tUEEQ7 yRwKcGO3rAFT2hXhnlRTZQ6F8f9+ZyvuMV8cIi4/NeKjJ/1/bctQn+P9CEtLg1oulZ/3 Y5nPQg4eVevLpulbuEf3ttIuHYxf5S//L80kK3l87C1QCrhnpA8EYl0F2Xa+SEk96i4c ay5hwDGBkWnOJuRiRyPWpmrd1dG1/9/sazDS9c71+9nfjM0SonA3hEkcL2SPvQh2L0A2 nIJifujbjXOoGhW5D6sMfn8QV7/dzMdi73Nl8tw2LQNV6nWXQj5cWiBFfVMLGmmIydr6 N39w== X-Gm-Message-State: AOUpUlGsP9ULwfvDi1I0y3md/fhCfIjJBO75s47/O/b8xbTeKNTtj61f cPjeDHId4mTnhg1Wn5quA+pDkBJT9as= X-Google-Smtp-Source: AAOMgpd73VvX2E6vZ7/B1Z0sE5Qfrhml4p4fAtXQjlIUQJ6tvd5YqR53Q5PrS2jGngbolvtWIEgn8A== X-Received: by 2002:a63:e318:: with SMTP id f24-v6mr25068924pgh.175.1533145187830; Wed, 01 Aug 2018 10:39:47 -0700 (PDT) Received: from localhost ([2620:15c:202:1:b6af:f85:ed6c:ac6a]) by smtp.gmail.com with ESMTPSA id l71-v6sm22465268pgd.70.2018.08.01.10.39.47 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 01 Aug 2018 10:39:47 -0700 (PDT) Date: Wed, 1 Aug 2018 10:39:46 -0700 From: Matthias Kaehlcke To: Chanwoo Choi Cc: MyungJoo Ham , Kyungmin Park , Arnd Bergmann , Greg Kroah-Hartman , Rob Herring , Mark Rutland , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Brian Norris , Douglas Anderson , Enric Balletbo i Serra , "Rafael J . Wysocki" , Viresh Kumar , Lee Jones , Benson Leung , Olof Johansson Subject: Re: [PATCH v5 09/12] dt-bindings: misc: add bindings for throttler Message-ID: <20180801173946.GL68975@google.com> References: <20180703234705.227473-1-mka@chromium.org> <20180703234705.227473-10-mka@chromium.org> <5B616F0D.1050901@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5B616F0D.1050901@samsung.com> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Chanwoo, On Wed, Aug 01, 2018 at 05:27:57PM +0900, Chanwoo Choi wrote: > Hi Matthias, > > On 2018년 07월 04일 08:47, Matthias Kaehlcke wrote: > > The Throttler is used for non-thermal throttling of system components > > like CPUs or devfreq devices. > > > > Signed-off-by: Matthias Kaehlcke > > If possible, I hope the more detailed example for "cpu0_opp03, &cpu1_opp02, &gpu_opp03" > because I'm confusing the meaning of 'cpu0_opp03' phandle. I omitted the OPP definitions to avoid cluttering the example. I'm happy to add them if DT folks also think it would add value. > cpu0_opp03 indicates the only one specific OPP entry among set of > OPP entries of CPU0 cpufreq? or cpu0_opp03 indicates the set of OPP > entries for CPU0 cpufreq ? cpu0_opp03 and the other phandles are specific OPP entries, that indicate the throttler which frequencies/OPPs should be used for throttling. For devices/CPUs with multiple levels of throttling multiple entries from its OPP set are listed. In the example a single level of throttling is used for all devices/CPUs.