All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: Adel Belhouane <bugs.a.b@free.fr>, Kukjin Kim <kgene@kernel.org>,
	Krzysztof Kozlowski <k.kozlowski@samsung.com>,
	linux-samsung-soc@vger.kernel.org
Subject: Re: [PATCH 1/1] ARM: dts: exynos: Add timer node for exynos5420
Date: Wed, 30 Mar 2016 14:17:55 +0900	[thread overview]
Message-ID: <56FB6183.8030701@samsung.com> (raw)
In-Reply-To: <9c3c2a79cbaabd460131270e8a422bfa787b923a.1459167385.git.bugs.a.b@free.fr>

Hi Adel,

On 2016년 03월 28일 23:08, Adel Belhouane wrote:
> This patch adds timer node for exynos542x/5800.
> Generic Timer Architecture is needed by KVM.
> 
> Signed-off-by: Adel Belhouane <bugs.a.b@free.fr>
> ---
>  arch/arm/boot/dts/exynos5420.dtsi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
> index 48a0a55314f5..4663006d15ab 100644
> --- a/arch/arm/boot/dts/exynos5420.dtsi
> +++ b/arch/arm/boot/dts/exynos5420.dtsi
> @@ -1140,6 +1140,16 @@
>  		power-domains = <&disp_pd>;
>  		#iommu-cells = <0>;
>  	};
> +
> +	timer {
> +		compatible = "arm,cortex-a15-timer",
> +			     "arm,armv7-timer";
> +		interrupts = <1 13 0xf08>,
> +			     <1 14 0xf08>,
> +			     <1 11 0xf08>,
> +			     <1 10 0xf08>;
> +		clock-frequency = <24000000>;
> +	};
>  };
>  
>  &dp {
> 

Did you test this arch_timer after deleting the MCT Device Tree node from dts file?

As I knew, the generic arch time uses same H/W with MCT device in Exynos SoC.
So, If we remove the MCT device-tree node from dts, the arch timer is not working.
Just, I tested it on Exynos3250 SoC.

Best Regards,
Chanwoo Choi

  reply	other threads:[~2016-03-30  5:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-28 14:08 [PATCH 0/1] ARM: dts: exynos: Add timer node for exynos5420 Adel Belhouane
2016-03-28 14:08 ` [PATCH 1/1] " Adel Belhouane
2016-03-30  5:17   ` Chanwoo Choi [this message]
2016-04-03 20:49     ` Adel Belhouane
2016-03-29 10:06 ` [PATCH 0/1] " Krzysztof Kozlowski
2016-04-03 20:39   ` Adel Belhouane
2016-04-04  1:57     ` Krzysztof Kozlowski
2016-04-04 19:08       ` Adel Belhouane

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=56FB6183.8030701@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=bugs.a.b@free.fr \
    --cc=k.kozlowski@samsung.com \
    --cc=kgene@kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    /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.