From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sudeep K N Subject: Re: [PATCH] cpufreq: SPEAr: Add CPUFreq driver Date: Tue, 27 Nov 2012 09:24:55 +0000 Message-ID: References: <7ec0e3f4b81b70f3def4257e6b9781efd4c7a3d2.1353785862.git.viresh.kumar@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <7ec0e3f4b81b70f3def4257e6b9781efd4c7a3d2.1353785862.git.viresh.kumar@linaro.org> Sender: cpufreq-owner@vger.kernel.org To: Viresh Kumar Cc: rjw@sisk.pl, devicetree-discuss@lists.ozlabs.org, spear-devel@list.st.com, cpufreq@vger.kernel.org, Deepak Sikri , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org On Sat, Nov 24, 2012 at 7:39 PM, Viresh Kumar wrote: [...] > diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-spear.txt b/Documentation/devicetree/bindings/cpufreq/cpufreq-spear.txt > new file mode 100644 > index 0000000..4cf2819 > --- /dev/null > +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-spear.txt > @@ -0,0 +1,29 @@ > +SPEAr cpufreq driver > +------------------- > + > +SPEAr SoC cpufreq driver for CPU frequency scaling. > +It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) systems > +which share clock across all CPUs. If this is the case, is there any particular reason why you cannot use the generic cpufreq-cpu0 driver ? Regards, Sudeep