Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67501
b: refs/heads/master
c: c0e4eb2
h: refs/heads/master
i:
  67499: 3f0dadf
v: v3
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed Oct 4, 2007
1 parent e9574e2 commit f46fc20
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da1bb3a0e1f7f9cabe70fb2c41b47fa57c42fdfd
refs/heads/master: c0e4eb2d8a8a094db5295a42d84aef08dea8aea4
9 changes: 9 additions & 0 deletions trunk/arch/powerpc/boot/dts/mpc8568mds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,24 @@
};

i2c@3000 {
#address-cells = <1>;
#size-cells = <0>;
device_type = "i2c";
compatible = "fsl-i2c";
reg = <3000 100>;
interrupts = <2b 2>;
interrupt-parent = <&mpic>;
dfsrr;

rtc@68 {
compatible = "dallas,ds1374";
reg = <68>;
};
};

i2c@3100 {
#address-cells = <1>;
#size-cells = <0>;
device_type = "i2c";
compatible = "fsl-i2c";
reg = <3100 100>;
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/powerpc/sysdev/fsl_soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ static struct i2c_driver_device i2c_devices[] __initdata = {
{"dallas,ds1339", "rtc-ds1307", "ds1339",},
{"dallas,ds1340", "rtc-ds1307", "ds1340",},
{"stm,m41t00", "rtc-ds1307", "m41t00"},
{"dallas,ds1374", "rtc-ds1374", "rtc-ds1374",},
};

static int __init of_find_i2c_driver(struct device_node *node,
Expand Down

0 comments on commit f46fc20

Please sign in to comment.