Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355743
b: refs/heads/master
c: 5186bf2
h: refs/heads/master
i:
  355741: 6e7d64c
  355739: 8083877
  355735: 35c542f
  355727: cfde457
  355711: 885592f
v: v3
  • Loading branch information
Stephen Warren committed Jan 15, 2013
1 parent 7b9d9a3 commit 701dabd
Show file tree
Hide file tree
Showing 3 changed files with 20 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: 6520700fdb2cc07ed86e893a2e88c491e04d6b75
refs/heads/master: 5186bf287aa4393b78c36f548d9b06001046b65e
5 changes: 5 additions & 0 deletions trunk/arch/arm/boot/dts/bcm2835-rpi-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@
brcm,function = <7>; /* alt3 */
};
};

&sdhci {
status = "okay";
bus-width = <4>;
};
14 changes: 14 additions & 0 deletions trunk/arch/arm/boot/dts/bcm2835.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,19 @@
interrupt-controller;
#interrupt-cells = <2>;
};

sdhci: sdhci {
compatible = "brcm,bcm2835-sdhci";
reg = <0x7e300000 0x100>;
interrupts = <2 30>;
clocks = <&clk_mmc>;
status = "disabled";
};
};

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

0 comments on commit 701dabd

Please sign in to comment.