diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2014-11-02 13:19:58 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-11-10 14:27:35 -0800 |
commit | e5ee042b67cc687693b6b8e23aa25b5a311b860f (patch) | |
tree | da4c3824c237dc2169f63efe91ce481412f4fa2b /arch/arm/boot/dts/omap3-sbc-t3517.dts | |
parent | f0199a29cf3cd208ed00135087683fe9f28fc882 (diff) | |
download | blackbird-obmc-linux-e5ee042b67cc687693b6b8e23aa25b5a311b860f.tar.gz blackbird-obmc-linux-e5ee042b67cc687693b6b8e23aa25b5a311b860f.zip |
ARM: dts: sbc-t3x: add DVI display data
Add DSS related pinmux and display data nodes required to support
DVI video out on SBC-T3530, SBC-T3730 and SBC-T3517.
Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-sbc-t3517.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-sbc-t3517.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-sbc-t3517.dts b/arch/arm/boot/dts/omap3-sbc-t3517.dts index 42189b65d393..4ec5d8684122 100644 --- a/arch/arm/boot/dts/omap3-sbc-t3517.dts +++ b/arch/arm/boot/dts/omap3-sbc-t3517.dts @@ -9,6 +9,10 @@ model = "CompuLab SBC-T3517 with CM-T3517"; compatible = "compulab,omap3-sbc-t3517", "compulab,omap3-cm-t3517", "ti,am3517", "ti,omap3"; + aliases { + display0 = &dvi0; + }; + /* Only one GPMC smsc9220 on SBC-T3517, CM-T3517 uses am35x Ethernet */ vddvario: regulator-vddvario-sb-t35 { compatible = "regulator-fixed"; @@ -54,3 +58,13 @@ wp-gpios = <&gpio2 27 GPIO_ACTIVE_HIGH>; /* gpio_59 */ cd-gpios = <&gpio5 16 GPIO_ACTIVE_HIGH>; /* gpio_144 */ }; + +&dss { + port { + dpi_out: endpoint { + remote-endpoint = <&tfp410_in>; + data-lines = <24>; + }; + }; +}; + |