projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8bf6b5
)
powerpc/405: Fix missing #{address,size}-cells in i2c node
author
Grant Likely
<grant.likely@secretlab.ca>
Mon, 3 Jan 2011 22:02:47 +0000
(15:02 -0700)
committer
Grant Likely
<grant.likely@secretlab.ca>
Mon, 3 Jan 2011 23:02:51 +0000
(16:02 -0700)
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/boot/dts/hotfoot.dts
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/hotfoot.dts
b/arch/powerpc/boot/dts/hotfoot.dts
index cad9c3840afca0896ec248e8a74085305c79fd0c..71d3bb4931dc05cc3e70d801bd32071692357afd 100644
(file)
--- 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>;