From patchwork Mon Jun 22 15:43:52 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 6656831 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 6C8659F399 for ; Mon, 22 Jun 2015 15:45:13 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D050B205EB for ; Mon, 22 Jun 2015 15:45:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0630F20395 for ; Mon, 22 Jun 2015 15:45:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932134AbbFVPom (ORCPT ); Mon, 22 Jun 2015 11:44:42 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:32951 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754152AbbFVPoJ (ORCPT ); Mon, 22 Jun 2015 11:44:09 -0400 Received: by wiwl6 with SMTP id l6so41201721wiw.0 for ; Mon, 22 Jun 2015 08:44:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=q62Ns597cug1V53hmaX8KfQYZyl/LAbkootevyRB9Rc=; b=kJh5zCVZqHbrBLnXk6J5GX7pS9rLuXAkjw3zM7FFC1vagrsxrrd8CtJRIkMdhJTGRZ n+3I9FXgm0Nm29RdIV+MtTWCYWHUlBsNUkEXNojOuoIXT+ziKes8FHTC6pVQ8DI2qHQ1 28aA4G2ClgzfAQjuBDevQY58rYBTiGY5GJkNIfTAXODt0se1cshY+hVj7GSWRuzIu7pT XWbi+Z3SzM4tKyWq6IDF+3wwUDoUiHQMua+ZShw+7RgGydmNkRkZHSEcgz+fYU516apw /hfB/77yz5tOk4dgU55usKLxhh23jAsdkq6TAw5iLiGd/avqxeALC/LR0F0ipCj6ahxq zrkQ== X-Gm-Message-State: ALoCoQn3X66Lan4x1eiWLy400dB+eyle52XDvBrPrNsRTJSMSiBKeA24TI//VND4wZlpexs/WJkL X-Received: by 10.194.62.228 with SMTP id b4mr51745947wjs.2.1434987848050; Mon, 22 Jun 2015 08:44:08 -0700 (PDT) Received: from localhost.localdomain (host81-129-169-163.range81-129.btcentralplus.com. [81.129.169.163]) by mx.google.com with ESMTPSA id a9sm17801733wiv.13.2015.06.22.08.44.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 22 Jun 2015 08:44:07 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: kernel@stlinux.com, rjw@rjwysocki.net, viresh.kumar@linaro.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, ajitpal.singh@st.com, Lee Jones Subject: [PATCH 3/8] ARM: STi: STiH407: Link CPU with its voltage supply Date: Mon, 22 Jun 2015 16:43:52 +0100 Message-Id: <1434987837-24212-4-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1434987837-24212-1-git-send-email-lee.jones@linaro.org> References: <1434987837-24212-1-git-send-email-lee.jones@linaro.org> Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Spam-Status: No, score=-8.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, 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 Used for Voltage Scaling using CPUFreq. Signed-off-by: Lee Jones --- arch/arm/boot/dts/stih407-family.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index fcab003..f48767e 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi @@ -31,6 +31,7 @@ clocks = <&clk_m_a9>; clock-names = "cpu"; clock-latency = <100000>; + cpu0-supply = <&pwm_regulator>; }; cpu@1 { device_type = "cpu";