diff options
author | Thierry Reding <treding@nvidia.com> | 2014-02-18 23:03:31 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-02-18 16:29:38 -0800 |
commit | 688b56b485578465f6619b9529d08c2b95641915 (patch) | |
tree | 3428ab9104b038e35f8bbd9d2349aba554331e44 /arch/arm/boot/dts/tegra20.dtsi | |
parent | c5b84c45614fce627c2af3dc4098edeb1817ea8d (diff) | |
download | linux-688b56b485578465f6619b9529d08c2b95641915.tar.gz linux-688b56b485578465f6619b9529d08c2b95641915.tar.bz2 linux-688b56b485578465f6619b9529d08c2b95641915.zip |
ARM: tegra: Add head numbers to display controllers
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>
Diffstat (limited to 'arch/arm/boot/dts/tegra20.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra20.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi index 480ecda3416b..48d2a7f4d0c0 100644 --- a/arch/arm/boot/dts/tegra20.dtsi +++ b/arch/arm/boot/dts/tegra20.dtsi @@ -94,6 +94,8 @@ resets = <&tegra_car 27>; reset-names = "dc"; + nvidia,head = <0>; + rgb { status = "disabled"; }; @@ -109,6 +111,8 @@ resets = <&tegra_car 26>; reset-names = "dc"; + nvidia,head = <1>; + rgb { status = "disabled"; }; |