Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373984
b: refs/heads/master
c: 933d87a
h: refs/heads/master
v: v3
  • Loading branch information
Pritesh Raithatha authored and Stephen Warren committed Apr 4, 2013
1 parent 8f4b5b6 commit 4ad4eaf
Show file tree
Hide file tree
Showing 2 changed files with 33 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: 2c314d5c2a10588cb582604e8945eb48bdf23562
refs/heads/master: 933d87a56e3379479ff399a11899830b341809de
32 changes: 32 additions & 0 deletions trunk/arch/arm/boot/dts/tegra114.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,38 @@
nvidia,ahb = <&ahb>;
};

sdhci@78000000 {
compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci";
reg = <0x78000000 0x200>;
interrupts = <0 14 0x04>;
clocks = <&tegra_car 14>;
status = "disable";
};

sdhci@78000200 {
compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci";
reg = <0x78000200 0x200>;
interrupts = <0 15 0x04>;
clocks = <&tegra_car 9>;
status = "disable";
};

sdhci@78000400 {
compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci";
reg = <0x78000400 0x200>;
interrupts = <0 19 0x04>;
clocks = <&tegra_car 69>;
status = "disable";
};

sdhci@78000600 {
compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci";
reg = <0x78000600 0x200>;
interrupts = <0 31 0x04>;
clocks = <&tegra_car 15>;
status = "disable";
};

cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down

0 comments on commit 4ad4eaf

Please sign in to comment.