diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2018-07-31 09:11:09 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-09-07 10:10:50 -0700 |
commit | 8905592b6e50cec905e6c6035bbd36201a3bfac1 (patch) | |
tree | ffa447744bf6280964e7f3ea07923adf00c8c671 /arch | |
parent | e08962dff1dcc50bc3224c258234cc5e5c9303a8 (diff) | |
download | linux-8905592b6e50cec905e6c6035bbd36201a3bfac1.tar.bz2 |
ARM: dts: omap3-gta04: tvout: enable as display1 alias
The omap dss susbystem takes the display aliases to find
out which displays exist. To enable tv-out we must define
an alias.
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/omap3-gta04.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index 654faa7773a8..38648519d9c4 100644 --- a/arch/arm/boot/dts/omap3-gta04.dtsi +++ b/arch/arm/boot/dts/omap3-gta04.dtsi @@ -28,6 +28,7 @@ aliases { display0 = &lcd; + display1 = &tv0; }; /* fixed 26MHz oscillator */ |