From patchwork Fri Feb 9 08:58:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 10208451 X-Patchwork-Delegate: rjw@sisk.pl 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 A647B60596 for ; Fri, 9 Feb 2018 08:59:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9E0E3297F1 for ; Fri, 9 Feb 2018 08:59:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9283F297F4; Fri, 9 Feb 2018 08:59:38 +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.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, 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 335A9297F2 for ; Fri, 9 Feb 2018 08:59:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752229AbeBII7G (ORCPT ); Fri, 9 Feb 2018 03:59:06 -0500 Received: from mail-pl0-f68.google.com ([209.85.160.68]:36664 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751313AbeBII7E (ORCPT ); Fri, 9 Feb 2018 03:59:04 -0500 Received: by mail-pl0-f68.google.com with SMTP id v3so1187593plg.3 for ; Fri, 09 Feb 2018 00:59:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=8LM2kKzO3Qt/BJ84iRxXhgmYwJuY5YWNhGC5grOSKbQ=; b=Rz1WORJMUnn7y0alPqT8oxKvbupXFJnDUnSdKZGLE1Btk0jBfZXTV7WWMaUvjWywkM RdqRbctGBhcFfwY6nV5lAIXBnaHgLCSpNjlv8cmW5h8dzVTeF53Z+CYuD+rH4dMV0Xdz xdWPnB4MYnoOT+LNAJefq+86JcEAKDCasE06A= 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:in-reply-to:references; bh=8LM2kKzO3Qt/BJ84iRxXhgmYwJuY5YWNhGC5grOSKbQ=; b=b37ZNx7cHtFrv1V4WzsBHaH19UamtY9lQaByTKdo5zYekdWTLX1p+PJSeGi1vC/ynF 3v4J4wBH2MyhZe/y4Mot7at0WJVzNlB9Aulcf9GowO6PFv2Gao9XY0tRkpNIsnkIUqml mZ7RJNWhoFsiO8M7YMFQ9ULDWsk9OwIvgGfzM1tLsWtDZXiMKccegPLs41+ZLP2p0Xm5 5N3nxYVdVGW/x0LhMobwOrNJkWaccw2cSg98sBxtZFup8PU3nGG+KNkaXwPSu1sx4dD7 zNFEjPJGyQQGUuAN+NpYt72+CLq1ii1tV8UbH+dMa4MnTiJ6xDsIbdAEwx2koNTfoqnQ 6Irw== X-Gm-Message-State: APf1xPBphc1EOZTImr/nN+PXVXXwBPygcdHUbC2YKX+8yzqKsD/z3ztw TwG8lRFu0yyei+TdniRL1v6Brw== X-Google-Smtp-Source: AH8x227YlcbFDO96hL7nyu+THN0QqXcpyu/qqBBH7tMep4E9mEm8X80ntFHk15HhTR2dAzBn0+s+6A== X-Received: by 2002:a17:902:402:: with SMTP id 2-v6mr1816852ple.353.1518166744159; Fri, 09 Feb 2018 00:59:04 -0800 (PST) Received: from localhost ([122.172.61.199]) by smtp.gmail.com with ESMTPSA id s82sm3681458pfa.151.2018.02.09.00.59.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Feb 2018 00:59:03 -0800 (PST) From: Viresh Kumar To: Rafael Wysocki Cc: Viresh Kumar , linux-pm@vger.kernel.org, Vincent Guittot , Eduardo Valentin , Mark Rutland , Rob Herring , Zhang Rui , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, daniel.lezcano@linaro.org, linux-kernel@vger.kernel.org Subject: [PATCH 09/10] dt-bindings: cpufreq-dt: Remove "cooling-{min|max}-level" properties Date: Fri, 9 Feb 2018 14:28:09 +0530 Message-Id: X-Mailer: git-send-email 2.15.0.194.g9af6a3dea062 In-Reply-To: References: In-Reply-To: References: 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 "cooling-min-level" and "cooling-max-level" properties are not parsed by any part of kernel currently and the max cooling state of a CPU cooling device is found by referring to the cpufreq table instead. Remove the unused bindings. Signed-off-by: Viresh Kumar Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/cpufreq/cpufreq-dt.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-dt.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-dt.txt index dd3929e85dec..332aed8f4597 100644 --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-dt.txt +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-dt.txt @@ -18,8 +18,6 @@ under node /cpus/cpu@0. in unit of nanoseconds. - voltage-tolerance: Specify the CPU voltage tolerance in percentage. - #cooling-cells: -- cooling-min-level: -- cooling-max-level: Please refer to Documentation/devicetree/bindings/thermal/thermal.txt. Examples: @@ -40,8 +38,6 @@ cpus { >; clock-latency = <61036>; /* two CLK32 periods */ #cooling-cells = <2>; - cooling-min-level = <0>; - cooling-max-level = <2>; }; cpu@1 {