Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355761
b: refs/heads/master
c: 699ed4b
h: refs/heads/master
i:
  355759: 5558da2
v: v3
  • Loading branch information
Laxman Dewangan authored and Stephen Warren committed Jan 28, 2013
1 parent 4e6284a commit aca2b99
Show file tree
Hide file tree
Showing 3 changed files with 17 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: bb2c1de9ffadc0e1cca1925a89cc04204b247f5b
refs/heads/master: 699ed4b94c6278ab0f629fde261af78cd1458f73
8 changes: 8 additions & 0 deletions trunk/arch/arm/boot/dts/tegra20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,14 @@
status = "disabled";
};

kbc {
compatible = "nvidia,tegra20-kbc";
reg = <0x7000e200 0x100>;
interrupts = <0 85 0x04>;
clocks = <&tegra_car 36>;
status = "disabled";
};

pmc {
compatible = "nvidia,tegra20-pmc";
reg = <0x7000e400 0x400>;
Expand Down
8 changes: 8 additions & 0 deletions trunk/arch/arm/boot/dts/tegra30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,14 @@
status = "disabled";
};

kbc {
compatible = "nvidia,tegra30-kbc", "nvidia,tegra20-kbc";
reg = <0x7000e200 0x100>;
interrupts = <0 85 0x04>;
clocks = <&tegra_car 36>;
status = "disabled";
};

pmc {
compatible = "nvidia,tegra20-pmc", "nvidia,tegra30-pmc";
reg = <0x7000e400 0x400>;
Expand Down

0 comments on commit aca2b99

Please sign in to comment.