linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: linuxppc-dev@ozlabs.org, Paul Mackerras <paulus@samba.org>
Subject: Re: [PATCH] Update kuroboxH[GD].dts with i2c rtc entries, cleanup
Date: Mon, 23 Jul 2007 11:26:02 +1000	[thread overview]
Message-ID: <20070723012602.GA3272@localhost.localdomain> (raw)
In-Reply-To: <Pine.LNX.4.60.0707220028370.13322@poirot.grange>

On Sun, Jul 22, 2007 at 12:43:11AM +0200, Guennadi Liakhovetski wrote:
> Let's fix rtc on linkstation ppc machines again, plus .dts cleanup as 
> suggested by Segher Boessenkool.
> 
> Thanks
> Guennadi
> ---
> Guennadi Liakhovetski
> 
> Device tree update: add rtc nodes on i2c, remove bogus 0-size cache-line 
> declarations, rename interrupt-controller nodes, remove erroneous 
> interrupt-parent line, accidentally introduced by a recent patch.
> 
> Signed-off-by: G. Liakhovetski <g.liakhovetski@gmx.de>
> 


[snip]
> @@ -64,11 +62,19 @@ build with: "dtc -f -I dts -O dtb -o kuroboxHD.dtb -V 16 kuroboxHD.dts"
>  			  fef00000 fef00000 00100000>;	/* pci iack */
>  
>  		i2c@80003000 {
> +			#address-cells = <1>;
> +			#size-cells = <0>;
>  			device_type = "i2c";
>  			compatible = "fsl-i2c";
>  			reg = <80003000 1000>;
>  			interrupts = <5 2>;
>  			interrupt-parent = <&mpic>;
> +
> +			rtc@32 {
> +				device_type = "rtc";
> +				compatible = "ricoh,rs5c372b";
> +				reg = <32>;

Ok, just making sure that rtc at 0x32 (decimal 50) is correct, rather
than at decimal 32.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

  reply	other threads:[~2007-07-23  1:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-21 22:43 [PATCH] Update kuroboxH[GD].dts with i2c rtc entries, cleanup Guennadi Liakhovetski
2007-07-23  1:26 ` David Gibson [this message]
2007-07-23  5:28   ` Guennadi Liakhovetski
2007-07-23  5:30     ` David Gibson

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=20070723012602.GA3272@localhost.localdomain \
    --to=david@gibson.dropbear.id.au \
    --cc=g.liakhovetski@gmx.de \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.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;
as well as URLs for NNTP newsgroup(s).