From patchwork Sat Oct 4 20:20:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Wahren X-Patchwork-Id: 5032991 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D86579F3D1 for ; Sat, 4 Oct 2014 20:21:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D0BB52017A for ; Sat, 4 Oct 2014 20:21:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B8C5F200E3 for ; Sat, 4 Oct 2014 20:21:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751033AbaJDUVR (ORCPT ); Sat, 4 Oct 2014 16:21:17 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:51027 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750998AbaJDUVQ (ORCPT ); Sat, 4 Oct 2014 16:21:16 -0400 Received: from localhost.localdomain (ipb2196950.dynamic.kabel-deutschland.de [178.25.105.80]) by mrelayeu.kundenserver.de (node=mreue102) with ESMTP (Nemesis) id 0LuMJr-1YKX1x15aZ-011lEn; Sat, 04 Oct 2014 22:21:14 +0200 From: Stefan Wahren To: rjw@rjwysocki.net, viresh.kumar@linaro.org Cc: linux-pm@vger.kernel.org, shawn.guo@freescale.com, Stefan Wahren Subject: [PATCH] cpufreq: Documentation: Add missing optional properties Date: Sat, 4 Oct 2014 20:20:58 +0000 Message-Id: <1412454058-17725-1-git-send-email-stefan.wahren@i2se.com> X-Mailer: git-send-email 1.7.9.5 X-Provags-ID: V02:K0:uz3sFPxqYbqDJkz/2b+BCPqp/xlz/Crqv0qXsxlzWja qIrsjQ7fSU9AnoHCw1zyLg+D4tffXr8aiAlV9gPgh+40vbiUjK rH2BwyuSEBYilMH+ecd5FRw0s1POwPxyh4ASMatjnZW4mCx4tV bTKGqqJ/G8fboRjxYhE60ANoLhaNvA/SB7fbCquVny3lYPmJEH N64ZH6GxBetyE7IW7C7e93iN5NuO2TvYPzvNzwgSsPMPiP8r/8 jShOmzus9XFz5DIjOILdy42PKvHpeR9XD7S0dZ/097PzL1OnhJ 2w39hL37r/E6IySY2x6trN8MtMkh+PcN2PwDXew8WiQzFWTsj1 kACgyDXHhlL8ZB5bLE79jl3k8aNK2W8INI1CMP/hD0hcy/EggR XEj5WzXpepRfjPdBkXIQodGIrkuZUrGKQ8= X-UI-Out-Filterresults: notjunk:1; Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The devicetree binding for cpufreq-cpu0 lacks the optional properties clocks and cpu-supply. This patch adds them to the documentation. Signed-off-by: Stefan Wahren --- .../devicetree/bindings/cpufreq/cpufreq-cpu0.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt index 366690c..bafcaea 100644 --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt @@ -14,6 +14,8 @@ Optional properties: - operating-points: Refer to Documentation/devicetree/bindings/power/opp.txt for details. OPPs *must* be supplied either via DT, i.e. this property, or populated at runtime. +- clocks: Specify the CPU clock +- cpu-supply: Specify the regulator which feeds the CPU - clock-latency: Specify the possible maximum transition latency for clock, in unit of nanoseconds. - voltage-tolerance: Specify the CPU voltage tolerance in percentage.