Skip to content

Commit

Permalink
ARM: tegra: Add head numbers to display controllers
Browse files Browse the repository at this point in the history
The number of the head specifies the index of the display controller
unit and is required to properly configure outputs so that they receive
video data from the correct source.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Thierry Reding authored and Olof Johansson committed Feb 19, 2014
1 parent c5b84c4 commit 688b56b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/tegra114.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
resets = <&tegra_car 27>;
reset-names = "dc";

nvidia,head = <0>;

rgb {
status = "disabled";
};
Expand All @@ -72,6 +74,8 @@
resets = <&tegra_car 26>;
reset-names = "dc";

nvidia,head = <1>;

rgb {
status = "disabled";
};
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/tegra20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@
resets = <&tegra_car 27>;
reset-names = "dc";

nvidia,head = <0>;

rgb {
status = "disabled";
};
Expand All @@ -109,6 +111,8 @@
resets = <&tegra_car 26>;
reset-names = "dc";

nvidia,head = <1>;

rgb {
status = "disabled";
};
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/tegra30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@
resets = <&tegra_car 27>;
reset-names = "dc";

nvidia,head = <0>;

rgb {
status = "disabled";
};
Expand All @@ -185,6 +187,8 @@
resets = <&tegra_car 26>;
reset-names = "dc";

nvidia,head = <1>;

rgb {
status = "disabled";
};
Expand Down

0 comments on commit 688b56b

Please sign in to comment.