* [PATCH] powerpc/405: Fix missing #{address,size}-cells in i2c node
@ 2011-01-03 22:06 Grant Likely
2011-01-04 14:01 ` Josh Boyer
0 siblings, 1 reply; 2+ messages in thread
From: Grant Likely @ 2011-01-03 22:06 UTC (permalink / raw)
To: linuxppc-dev, jwboyer, solomon
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
---
I'm putting this patch into my next-devicetree branch.
g.
arch/powerpc/boot/dts/hotfoot.dts | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/boot/dts/hotfoot.dts b/arch/powerpc/boot/dts/hotfoot.dts
index cad9c38..71d3bb4 100644
--- a/arch/powerpc/boot/dts/hotfoot.dts
+++ b/arch/powerpc/boot/dts/hotfoot.dts
@@ -117,6 +117,8 @@
};
IIC: i2c@ef600500 {
+ #address-cells = <1>;
+ #size-cells = <0>;
compatible = "ibm,iic-405ep", "ibm,iic";
reg = <0xef600500 0x00000011>;
interrupt-parent = <&UIC0>;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] powerpc/405: Fix missing #{address,size}-cells in i2c node
2011-01-03 22:06 [PATCH] powerpc/405: Fix missing #{address,size}-cells in i2c node Grant Likely
@ 2011-01-04 14:01 ` Josh Boyer
0 siblings, 0 replies; 2+ messages in thread
From: Josh Boyer @ 2011-01-04 14:01 UTC (permalink / raw)
To: Grant Likely; +Cc: linuxppc-dev, solomon
On Mon, Jan 03, 2011 at 03:06:03PM -0700, Grant Likely wrote:
>Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
>---
>
>I'm putting this patch into my next-devicetree branch.
Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-04 14:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-03 22:06 [PATCH] powerpc/405: Fix missing #{address,size}-cells in i2c node Grant Likely
2011-01-04 14:01 ` Josh Boyer
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).