Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281567
b: refs/heads/master
c: 88950f3
h: refs/heads/master
i:
  281565: 9101874
  281563: 1b33e86
  281559: 187ab0e
  281551: d2f55df
  281535: 4a89fe2
v: v3
  • Loading branch information
Stephen Warren authored and Olof Johansson committed Dec 8, 2011
1 parent 46437e8 commit d8bb1bd
Show file tree
Hide file tree
Showing 4 changed files with 37 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: 492f204da87ccfef508d5fff63873bda37d4363b
refs/heads/master: 88950f3b6d0f49b6b5a2f68bd1f67406c2c73922
16 changes: 16 additions & 0 deletions trunk/arch/arm/boot/dts/tegra-seaboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@
reg = < 0x00000000 0x40000000 >;
};

i2c@7000c000 {
clock-frequency = <400000>;
};

i2c@7000c400 {
clock-frequency = <400000>;
};

i2c@7000c500 {
clock-frequency = <400000>;
};

i2c@7000d000 {
clock-frequency = <400000>;
};

serial@70006300 {
clock-frequency = < 216000000 >;
};
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/arm/boot/dts/tegra-trimslice.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
clock-frequency = <400000>;
};

i2c@7000d000 {
status = "disable";
};

serial@70006000 {
clock-frequency = < 216000000 >;
};
Expand Down
16 changes: 16 additions & 0 deletions trunk/arch/arm/boot/dts/tegra-ventana.dts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@
reg = < 0x00000000 0x40000000 >;
};

i2c@7000c000 {
clock-frequency = <400000>;
};

i2c@7000c400 {
clock-frequency = <400000>;
};

i2c@7000c500 {
clock-frequency = <400000>;
};

i2c@7000d000 {
clock-frequency = <400000>;
};

serial@70006300 {
clock-frequency = < 216000000 >;
};
Expand Down

0 comments on commit d8bb1bd

Please sign in to comment.