public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: mark.rutland@arm.com (Mark Rutland)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/5] ARM: dts: pxa: add pxa-timer to pxa27x
Date: Sun, 1 Feb 2015 13:07:55 +0000	[thread overview]
Message-ID: <20150201130755.GA25767@leverpostej> (raw)
In-Reply-To: <1422744510-3179-5-git-send-email-robert.jarzmik@free.fr>

On Sat, Jan 31, 2015 at 10:48:30PM +0000, Robert Jarzmik wrote:
> Each pxa has an embedded OS Timers IP. The kernel cannot work without a
> valid clocksource, and this adds the OS Timers to the pxa device-tree
> description.
> 
> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
> ---
>  arch/arm/boot/dts/pxa27x.dtsi | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/pxa27x.dtsi b/arch/arm/boot/dts/pxa27x.dtsi
> index 7f93828..9e6bf60 100644
> --- a/arch/arm/boot/dts/pxa27x.dtsi
> +++ b/arch/arm/boot/dts/pxa27x.dtsi
> @@ -97,5 +97,18 @@
>  			status = "okay";
>  		};
>  	};
> +
> +	clocksources {
> +		#address-cells = <1>;
> +		#size-cells = <1>;
> +		ranges;
> +

There is absolutely no need for this container node.

Please get rid of it and place the node below directly under the parent
node.

Mark.

> +		pxa-timer at 40a00000 {
> +			compatible = "marvell,pxa-timer";
> +			reg = <0x40a00000 0x20>;
> +			interrupts = <26>;
> +			clocks = <&pxa2xx_clks CLK_OSTIMER>;
> +			status = "okay";
> +		};
>  	};
>  };
> -- 
> 2.1.0
> 
> 

  parent reply	other threads:[~2015-02-01 13:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-31 22:48 [PATCH 1/5] ARM: dts: pxa: add pwri2c to pxa device-tree Robert Jarzmik
2015-01-31 22:48 ` [PATCH 2/5] ARM: dts: pxa: add clocks Robert Jarzmik
2015-01-31 22:48 ` [PATCH 3/5] ARM: dts: pxa: add pxa27x-udc to pxa27x Robert Jarzmik
2015-01-31 22:48 ` [PATCH 4/5] ARM: dts: pxa: add pxa27x-keypad " Robert Jarzmik
2015-01-31 22:48 ` [PATCH 5/5] ARM: dts: pxa: add pxa-timer " Robert Jarzmik
2015-02-01 11:26   ` Sergei Shtylyov
2015-02-06 22:57     ` Robert Jarzmik
2015-02-01 13:07   ` Mark Rutland [this message]
2015-02-01 19:43     ` Robert Jarzmik

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=20150201130755.GA25767@leverpostej \
    --to=mark.rutland@arm.com \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox