From patchwork Thu Mar 26 17:08:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Iain Paton X-Patchwork-Id: 6101181 Return-Path: X-Original-To: patchwork-linux-arm@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 926419F2A9 for ; Thu, 26 Mar 2015 17:11:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BB731201EC for ; Thu, 26 Mar 2015 17:11:37 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EECF4201CE for ; Thu, 26 Mar 2015 17:11:36 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YbBHe-0006bC-Bx; Thu, 26 Mar 2015 17:09:30 +0000 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YbBHS-0006Ko-BH for linux-arm-kernel@lists.infradead.org; Thu, 26 Mar 2015 17:09:19 +0000 Received: by wiaa2 with SMTP id a2so31870641wia.0 for ; Thu, 26 Mar 2015 10:08:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:in-reply-to :content-type:content-transfer-encoding; bh=eMlLxmI/1EKt1JLze8CMFdWRj9azBHmwIYD5vO1SGZM=; b=Ha7/Es1QpUNKnGlxByEUw5M3V0mdZ78K7mIVLwKaUblqHMyqQeOqqSsUBBwUshrH4E 9nvqDTmIWoloO+Sbqf35IJcBZEkLXKFJaw4jGisFozrT65aKUX/x1vNzettE0fEWFK65 V4KFBElhWGVv6Rq/wX9OO/Yq2RC+NWSxUhoE8ckaSlcamo9+1S9nnBWnFWqkjIBhDWMO GEbLz3R9uGgU0X6wIJ+QJLM7LX6p0DU6VIHA7L0Bi1rR638Zt/7hYcNTNjhe86cAH7jj wiauW4dg53MME4AyN8xOUARH/uZWAiH5SR+daPy7Pt6NAMUZ4kjhdRWuyh0r0I6ddsWA 9DSQ== X-Received: by 10.180.74.47 with SMTP id q15mr48222291wiv.49.1427389736156; Thu, 26 Mar 2015 10:08:56 -0700 (PDT) Received: from [172.20.0.44] (hades.darkvoyage.org.uk. [81.187.177.1]) by mx.google.com with ESMTPSA id ev7sm9204960wjb.47.2015.03.26.10.08.55 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Mar 2015 10:08:55 -0700 (PDT) Message-ID: <55143D0D.6030104@gmail.com> Date: Thu, 26 Mar 2015 17:08:29 +0000 From: Iain Paton User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: Maxime Ripard , linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/2] sunxi: a20-LIME2 define board specific operating points In-Reply-To: 55143CA1.7000606@gmail.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150326_100918_587097_B4CEE1FC X-CRM114-Status: GOOD ( 10.13 ) X-Spam-Score: -0.6 (/) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, 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 these settings override the inappropriate ones in the dtsi with the manufacturers provided settings from their 3.4.x fex file for this board Signed-off-by: Iain Paton --- arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts b/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts index 704df28..f74f81e 100644 --- a/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts +++ b/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts @@ -83,6 +83,25 @@ status = "okay"; }; +&cpu0 { + cpu-supply = <&vdd_cpu>; + clocks = <&cpu>; + clock-latency = <244144>; /* 8 32k periods */ + operating-points = < + /* kHz uV */ + 1008000 1450000 + 912000 1425000 + 864000 1350000 + 720000 1250000 + 528000 1150000 + 312000 1100000 + 144000 1050000 + >; + #cooling-cells = <2>; + cooling-min-level = <0>; + cooling-max-level = <6>; +}; + &ehci0 { status = "okay"; };