All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: "Andreas Färber" <afaerber@suse.de>
Cc: linux-samsung-soc@vger.kernel.org,
	Kukjin Kim <kgene.kim@samsung.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Tarek Dakhran <t.dakhran@samsung.com>,
	Kevin Hilman <khilman@linaro.org>,
	Russell King <linux@arm.linux.org.uk>,
	Pawel Moll <pawel.moll@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	LKML <linux-kernel@vger.kernel.org>,
	"OPEN FIRMWARE AND..." <devicetree@vger.kernel.org>,
	Rob Herring <robh+dt@kernel.org>, Ben Dooks <ben-linux@fluff.org>,
	Kumar Gala <galak@codeaurora.org>,
	"ARM/SAMSUNG ARM A..." <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] ARM: dts: exynos5410: Fill in CPU clock-frequency
Date: Sat, 05 Jul 2014 06:06:35 +0900	[thread overview]
Message-ID: <53B7175B.1030109@samsung.com> (raw)
In-Reply-To: <53B690B9.2090906@suse.de>

On 07/04/14 20:32, Andreas Färber wrote:
> 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 afaerber@suse.de>
>>> ---
>>>    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<t.dakhran@samsung.com>
>
> Ping? Seems really trivial...
>
Will apply.

BTW Andreas, I can't use 'Färber' in my git tree so which one is right 
or more preferred? Farber, Faerber, Ferber? Sorry.

Thanks,
Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: exynos5410: Fill in CPU clock-frequency
Date: Sat, 05 Jul 2014 06:06:35 +0900	[thread overview]
Message-ID: <53B7175B.1030109@samsung.com> (raw)
In-Reply-To: <53B690B9.2090906@suse.de>

On 07/04/14 20:32, Andreas F?rber wrote:
> 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 at 0 missing clock-frequency property".
>>>
>>> Signed-off-by: Andreas afaerber at suse.de>
>>> ---
>>>    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<t.dakhran@samsung.com>
>
> Ping? Seems really trivial...
>
Will apply.

BTW Andreas, I can't use 'F?rber' in my git tree so which one is right 
or more preferred? Farber, Faerber, Ferber? Sorry.

Thanks,
Kukjin

  reply	other threads:[~2014-07-04 21:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-22 19:49 [PATCH] ARM: dts: exynos5410: Fill in CPU clock-frequency Andreas Färber
2014-06-22 19:49 ` Andreas Färber
2014-06-22 19:49 ` Andreas Färber
2014-06-23  7:53 ` Tarek Dakhran
2014-06-23  7:53   ` Tarek Dakhran
2014-07-04 11:32   ` Andreas Färber
2014-07-04 11:32     ` Andreas Färber
2014-07-04 21:06     ` Kukjin Kim [this message]
2014-07-04 21:06       ` Kukjin Kim
2014-07-15 12:57       ` Andreas Färber
2014-07-15 12:57         ` Andreas Färber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53B7175B.1030109@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=afaerber@suse.de \
    --cc=ben-linux@fluff.org \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=khilman@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=t.dakhran@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.