Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932343AbaGDLcP (ORCPT ); Fri, 4 Jul 2014 07:32:15 -0400 Received: from cantor2.suse.de ([195.135.220.15]:52480 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750798AbaGDLcN (ORCPT ); Fri, 4 Jul 2014 07:32:13 -0400 Message-ID: <53B690B9.2090906@suse.de> Date: Fri, 04 Jul 2014 13:32:09 +0200 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Organization: SUSE LINUX Products GmbH User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: linux-samsung-soc@vger.kernel.org, Kukjin Kim CC: Tarek Dakhran , Kevin Hilman , Ben Dooks , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , "ARM/SAMSUNG ARM A..." , "OPEN FIRMWARE AND..." , LKML Subject: Re: [PATCH] ARM: dts: exynos5410: Fill in CPU clock-frequency References: <1403466596-3347-1-git-send-email-afaerber@suse.de> <53A7DCF8.4090108@samsung.com> In-Reply-To: <53A7DCF8.4090108@samsung.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 23.06.2014 09:53, schrieb Tarek Dakhran: > On 06/22/2014 11:49 PM, Andreas Färber wrote: >> It's 1.6 GHz for the Cortex-A15. >> >> Avoids warnings like "/cpus/cpu@0 missing clock-frequency property". >> >> Signed-off-by: Andreas Färber >> --- >> arch/arm/boot/dts/exynos5410.dtsi | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/arch/arm/boot/dts/exynos5410.dtsi >> b/arch/arm/boot/dts/exynos5410.dtsi >> index 3839c26..9d0b8cc 100644 >> --- a/arch/arm/boot/dts/exynos5410.dtsi >> +++ b/arch/arm/boot/dts/exynos5410.dtsi >> @@ -28,24 +28,28 @@ >> device_type = "cpu"; >> compatible = "arm,cortex-a15"; >> reg = <0x0>; >> + clock-frequency = <1600000000>; >> > > Reviewed-by: Tarek Dakhran Ping? Seems really trivial... Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/