Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344317
b: refs/heads/master
c: 539eb5b
h: refs/heads/master
i:
  344315: a8d643f
v: v3
  • Loading branch information
Nobuhiro Iwamatsu authored and Thomas Petazzoni committed Nov 21, 2012
1 parent 461ac9e commit 7e7eb16
Show file tree
Hide file tree
Showing 2 changed files with 23 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: 74f980beaa660614c707675ce6a11e70db3d49b6
refs/heads/master: 539eb5bca02ff0b93e17f110ffec18c5b5e744ee
22 changes: 22 additions & 0 deletions trunk/arch/arm/boot/dts/armada-370-xp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,28 @@
clocks = <&gateclk 3>;
status = "disabled";
};

i2c0: i2c@d0011000 {
compatible = "marvell,mv64xxx-i2c";
reg = <0xd0011000 0x20>;
#address-cells = <1>;
#size-cells = <0>;
interrupts = <31>;
timeout-ms = <1000>;
clocks = <&coreclk 0>;
status = "disabled";
};

i2c1: i2c@d0011100 {
compatible = "marvell,mv64xxx-i2c";
reg = <0xd0011100 0x20>;
#address-cells = <1>;
#size-cells = <0>;
interrupts = <32>;
timeout-ms = <1000>;
clocks = <&coreclk 0>;
status = "disabled";
};
};
};

0 comments on commit 7e7eb16

Please sign in to comment.