From patchwork Thu Jun 7 18:12:13 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Kaehlcke X-Patchwork-Id: 10453353 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CBC3360146 for ; Thu, 7 Jun 2018 18:14:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BD0FB29B7A for ; Thu, 7 Jun 2018 18:14:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B066329C49; Thu, 7 Jun 2018 18:14:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6171329B7A for ; Thu, 7 Jun 2018 18:14:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935720AbeFGSNL (ORCPT ); Thu, 7 Jun 2018 14:13:11 -0400 Received: from mail-pl0-f66.google.com ([209.85.160.66]:42358 "EHLO mail-pl0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936108AbeFGSNI (ORCPT ); Thu, 7 Jun 2018 14:13:08 -0400 Received: by mail-pl0-f66.google.com with SMTP id w17-v6so6629962pll.9 for ; Thu, 07 Jun 2018 11:13:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=c7fdvWNKOBcgQ2lK4SZ+rZRb6VpIbvrFe2W/scHJXOA=; b=bAGfUAEmSBybzqMoFo7PREkMMjsfkIQaOZTAYpEG/devpJM1P4sVtcuUX2QZYDl+fY O+5uqUKzkSoK55Lr2SgA5io7ebAOUqjNsUqwd46f3C1NX319fn4ljGVIwzzUGjz9pwl8 oN4VYEtMyeTn+7thCVYtuOUzRJiAD1En/zSkm9VRNYgrlLUlqFlNa4cyvZd9dkagB5Wg fGGdhz/sxDq2Eq/DijAmNybau9i7rrWrHn7b15JCD6sTBVvtyZThSg6SJlcq6+lSgQ1g eYPnEMD0jsNvzhRMz5ZnXlpdbXeypI27VKKhaN+k5AIhUUhjP6ho5M5ZVE6UTTvam0Sy Zeqg== X-Gm-Message-State: APt69E1wjonlSDfmVcQ0J11CcigIrI379AxUPuUNjE46QM/qppAiWXC/ ENiytchtuwNiwuwHBwvZwypZRA== X-Google-Smtp-Source: ADUXVKLPksZrLQrC0En40lTvE2Og5NXWgD0bEw/S/zSCxRv5Z5ThMCRubpbD8MUhbK1dfPP2wIwe8Q== X-Received: by 2002:a17:902:7896:: with SMTP id q22-v6mr3112838pll.243.1528395187214; Thu, 07 Jun 2018 11:13:07 -0700 (PDT) Received: from mka.mtv.corp.google.com ([2620:0:1000:1501:8e2d:4727:1211:622]) by smtp.gmail.com with ESMTPSA id z3-v6sm5029002pfn.36.2018.06.07.11.13.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Jun 2018 11:13:06 -0700 (PDT) From: Matthias Kaehlcke 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 , Matthias Kaehlcke Subject: [PATCH v2 10/11] dt-bindings: misc: add bindings for cros_ec_throttler Date: Thu, 7 Jun 2018 11:12:13 -0700 Message-Id: <20180607181214.30338-11-mka@chromium.org> X-Mailer: git-send-email 2.18.0.rc1.242.g61856ae69a-goog In-Reply-To: <20180607181214.30338-1-mka@chromium.org> References: <20180607181214.30338-1-mka@chromium.org> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The cros_ec_throttler monitors events from the Chrome OS Embedded Controller to throttle the system if needed, using the mechanisms provided by the throttler core. Signed-off-by: Matthias Kaehlcke --- Changes in v2: - patch added to series Documentation/devicetree/bindings/misc/cros_ec_throttler.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Documentation/devicetree/bindings/misc/cros_ec_throttler.txt diff --git a/Documentation/devicetree/bindings/misc/cros_ec_throttler.txt b/Documentation/devicetree/bindings/misc/cros_ec_throttler.txt new file mode 100644 index 000000000000..7316dcc0ef75 --- /dev/null +++ b/Documentation/devicetree/bindings/misc/cros_ec_throttler.txt @@ -0,0 +1,4 @@ +* cros_ec_throttler driver + +Required properties: +- compatible: "google,cros-ec-throttler"