Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372381
b: refs/heads/master
c: 672d889
h: refs/heads/master
i:
  372379: a402a34
v: v3
  • Loading branch information
Peter De Schrijver authored and Stephen Warren committed Apr 4, 2013
1 parent 74d5e14 commit 2827601
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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: 27aa99dc0ec188771bd22f2188e56a571368303e
refs/heads/master: 672d889c0a8969e8cc63d62c28b7073ae1370471
1 change: 0 additions & 1 deletion trunk/arch/arm/boot/dts/tegra114-dalmore.dts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

serial@70006300 {
status = "okay";
clock-frequency = <408000000>;
};

pmc {
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/boot/dts/tegra114-pluto.dts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

serial@70006300 {
status = "okay";
clock-frequency = <408000000>;
};

pmc {
Expand Down
8 changes: 7 additions & 1 deletion trunk/arch/arm/boot/dts/tegra114.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
0 42 0x04
0 121 0x04
0 122 0x04>;
clocks = <&tegra_car 5>;
};

tegra_car: clock {
compatible = "nvidia,tegra114-car, nvidia,tegra30-car";
compatible = "nvidia,tegra114-car";
reg = <0x60006000 0x1000>;
#clock-cells = <1>;
};
Expand Down Expand Up @@ -66,6 +67,7 @@
reg-shift = <2>;
interrupts = <0 36 0x04>;
status = "disabled";
clocks = <&tegra_car 6>;
};

serial@70006040 {
Expand All @@ -74,6 +76,7 @@
reg-shift = <2>;
interrupts = <0 37 0x04>;
status = "disabled";
clocks = <&tegra_car 192>;
};

serial@70006200 {
Expand All @@ -82,6 +85,7 @@
reg-shift = <2>;
interrupts = <0 46 0x04>;
status = "disabled";
clocks = <&tegra_car 55>;
};

serial@70006300 {
Expand All @@ -90,12 +94,14 @@
reg-shift = <2>;
interrupts = <0 90 0x04>;
status = "disabled";
clocks = <&tegra_car 65>;
};

rtc {
compatible = "nvidia,tegra114-rtc", "nvidia,tegra20-rtc";
reg = <0x7000e000 0x100>;
interrupts = <0 2 0x04>;
clocks = <&tegra_car 4>;
};

pmc {
Expand Down

0 comments on commit 2827601

Please sign in to comment.