Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355745
b: refs/heads/master
c: 9692c19
h: refs/heads/master
i:
  355743: 701dabd
v: v3
  • Loading branch information
Stephen Warren committed Jan 15, 2013
1 parent 025b70b commit 9e95361
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 232fed4825e832c89b1d47a24c7836918063fb3e
refs/heads/master: 9692c191ffffbd5255bec222b8f0f2854932a408
26 changes: 17 additions & 9 deletions trunk/arch/arm/boot/dts/bcm2835.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,23 @@
};
};

clk_i2c: clock {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <150000000>;
};
clocks {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <0>;

clk_mmc: clock {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <100000000>;
clk_mmc: mmc {
compatible = "fixed-clock";
reg = <0>;
#clock-cells = <0>;
clock-frequency = <100000000>;
};

clk_i2c: i2c {
compatible = "fixed-clock";
reg = <1>;
#clock-cells = <0>;
clock-frequency = <150000000>;
};
};
};

0 comments on commit 9e95361

Please sign in to comment.