From patchwork Wed Jul 2 02:03:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 4463041 Return-Path: X-Original-To: patchwork-linux-arm-msm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 34253BEEAA for ; Wed, 2 Jul 2014 02:03:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5EF082035C for ; Wed, 2 Jul 2014 02:03:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 914FF20353 for ; Wed, 2 Jul 2014 02:03:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756850AbaGBCDD (ORCPT ); Tue, 1 Jul 2014 22:03:03 -0400 Received: from mail-oa0-f50.google.com ([209.85.219.50]:51447 "EHLO mail-oa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753297AbaGBCDC (ORCPT ); Tue, 1 Jul 2014 22:03:02 -0400 Received: by mail-oa0-f50.google.com with SMTP id n16so11503475oag.23 for ; Tue, 01 Jul 2014 19:03:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Zmp1vaX8+QJkl1j9XEBu4MHL7g6DEkDoPdXu8iBL2Bo=; b=JtWaCU1tUonZJLbD+Nc6qXIz41XigVvak+J96XGslfaRGJ2dQWIlFLdmTVIdUmR1et 7LfdaZZF3wj1M4waX3ioaVRQqOYm4YlY6HSKaZHH/9L/VH29o2aA845UAevtIcsZByv8 i7Bbzt+hqBDQ3hXfhrzk4vvj0ylUjVlwDfLkbVvK/7nZf1lhhkRgZIxls7TXi8IiBuAU pETc1fiqo4fSq4Dck+LmzQjC/V9MWO5UkoOtTFx//rq6tQg09JgKlKjlbHqtMLRcvBRY CafIcwLVXC8T6oOllxTKbgxjW7heb/E94W6+/d5SBoicPX4CU+D9ZyBERHnBhGRdGC2Q 2f0Q== X-Gm-Message-State: ALoCoQnPB/9KHX2nWpLiOV+7GVoJDYjWlzhoDAw+DDlri6nrmT5C1nTcWSM4qLIdQqXrDNsMVGfS MIME-Version: 1.0 X-Received: by 10.60.45.130 with SMTP id n2mr53757521oem.12.1404266581437; Tue, 01 Jul 2014 19:03:01 -0700 (PDT) Received: by 10.182.233.166 with HTTP; Tue, 1 Jul 2014 19:03:01 -0700 (PDT) In-Reply-To: <53B2F7C3.5060107@codeaurora.org> References: <1ba7771e910084cd0820c19ca5994fe1b3d6451d.1404231535.git.viresh.kumar@linaro.org> <53B2F7C3.5060107@codeaurora.org> Date: Wed, 2 Jul 2014 07:33:01 +0530 Message-ID: Subject: Re: [PATCH 07/14] cpufreq: cpu0: OPPs can be populated at runtime From: Viresh Kumar To: Stephen Boyd Cc: "Rafael J. Wysocki" , Shawn Guo , Lists linaro-kernel , "linux-pm@vger.kernel.org" , Linux Kernel Mailing List , Arvind Chauhan , linux-arm-msm@vger.kernel.org, Sachin Kamat , Thomas P Abraham , Nishanth Menon , Tomasz Figa Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@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 On 1 July 2014 23:32, Stephen Boyd wrote: > Please update the binding as well to indicate that this property is now > optional. Does this look fine.. in unit of nanoseconds. - voltage-tolerance: Specify the CPU voltage tolerance in percentage. --- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt index f055515..366690c 100644 --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-cpu0.txt @@ -8,10 +8,12 @@ Both required and optional properties listed below must be defined under node /cpus/cpu@0. Required properties: -- operating-points: Refer to Documentation/devicetree/bindings/power/opp.txt - for details +- None 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. - clock-latency: Specify the possible maximum transition latency for clock,