From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Subject: Re: Status of 1GHz support on am37xx Date: Tue, 26 Nov 2013 09:49:27 -0600 Message-ID: <5294C307.1080703@ti.com> References: <20131122230121.GA13440@animalcreek.com> <20131125233545.GZ10023@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from devils.ext.ti.com ([198.47.26.153]:36343 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754550Ab3KZPtw (ORCPT ); Tue, 26 Nov 2013 10:49:52 -0500 In-Reply-To: <20131125233545.GZ10023@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren , "Mark A. Greer" Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org On 11/25/2013 05:35 PM, Tony Lindgren wrote: > * Mark A. Greer [131122 15:02]: >> Hello. >> >> I was wondering what that the status of 1GHz support for the am37xx is. >> >> It looks like smartreflex/avs and ABB drivers are there. Do they need >> more work (e.g., DT support)? What DT nodes and related support need >> to be added? >> >> What pieces are being worked on and which ones aren't? >> Is there an ETA for the pieces being worked on? > > There are still various parts of twl4030 that are only working with > platform data, so at least those should be fixed now that we're moving > to DT only based booting for mach-omap2 for v3.14. > For 3630/DM3730 1GHz support the following needs to be done: a) clock nodes[1] without which cpufreq-cpu0 will never scale frequencies The following includes conversion to device tree enabled support. b) VC-vp regulator c) ABB dt nodes d) AVS class 1.5 support e) voltage regulator notifier around clock node for mpu so that avs and abb can be sequenced around voltage and frequency changes. So, to answer your question, we are a little farther away beyond the first step of DT only boot to being able to exercise 1GHz properly. [1] http://marc.info/?l=linux-omap&m=138545331825036&w=2 -- Regards, Nishanth Menon