From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Kaehlcke Subject: [PATCH v5 09/12] dt-bindings: misc: add bindings for throttler Date: Tue, 3 Jul 2018 16:47:02 -0700 Message-ID: <20180703234705.227473-10-mka@chromium.org> References: <20180703234705.227473-1-mka@chromium.org> Return-path: In-Reply-To: <20180703234705.227473-1-mka@chromium.org> Sender: linux-kernel-owner@vger.kernel.org To: MyungJoo Ham Cc: Kyungmin Park , Chanwoo Choi , 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 , Matthias Kaehlcke List-Id: devicetree@vger.kernel.org The Throttler is used for non-thermal throttling of system components like CPUs or devfreq devices. Signed-off-by: Matthias Kaehlcke -- Changes in v5: - patch added to the series (replacing "dt-bindings: PM / OPP: add opp-throttlers property") --- .../devicetree/bindings/misc/throttler.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/misc/throttler.txt diff --git a/Documentation/devicetree/bindings/misc/throttler.txt b/Documentation/devicetree/bindings/misc/throttler.txt new file mode 100644 index 000000000000..2ea80c62dbe1 --- /dev/null +++ b/Documentation/devicetree/bindings/misc/throttler.txt @@ -0,0 +1,13 @@ +Throttler driver + +The Throttler is used for non-thermal throttling of system components like +CPUs or devfreq devices. + +Required properties: +- throttler-opps Array of OPP-v2 phandles with the OPPs used for + throttling. + +Example: + throttler { + throttler-opps = <&cpu0_opp03, &cpu1_opp02, &gpu_opp03>; + }; -- 2.18.0.203.gfac676dfb9-goog