aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/dra76-evm-fpd-auo-g101evn01.0.dts')
-rw-r--r--arch/arm/boot/dts/dra76-evm-fpd-auo-g101evn01.0.dts67
1 files changed, 67 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra76-evm-fpd-auo-g101evn01.0.dts b/arch/arm/boot/dts/dra76-evm-fpd-auo-g101evn01.0.dts
new file mode 100644
index 000000000000..69983d70d1f4
--- /dev/null
+++ b/arch/arm/boot/dts/dra76-evm-fpd-auo-g101evn01.0.dts
@@ -0,0 +1,67 @@
1#include "dra76-evm.dts"
2#include "dra7x-evm-fpd-auo-g101evn01.0.dtsi"
3
4/ {
5 aliases {
6 display0 = &fpd_disp;
7 display1 = &hdmi0;
8 };
9};
10
11&dss {
12 ports {
13 status = "ok";
14 };
15};
16
17&disp_ser {
18 status = "ok";
19 ranges = <0x0 0x2d>;
20};
21
22/* Tie the end points of DSS and FPDLink together */
23&fpd_in {
24 remote-endpoint = <&dpi_out3>;
25};
26
27&dpi_out3 {
28 remote-endpoint = <&fpd_in>;
29};
30
31&lcd_fpd {
32 status = "ok";
33};
34
35/* U21 on the EVM */
36/* gpmc_ad_vid_s0: high: GPMC , low: VOUT3 */
37&pcf_gpio_21 {
38 p0 {
39 gpio-hog;
40 gpios = <0 GPIO_ACTIVE_HIGH>;
41 output-low;
42 line-name = "gpmc_ad_vid_s0";
43 };
44};
45
46
47/* U110 on the EVM. For Rev A boards */
48/*
49&pcf_hdmi {
50 p11 {
51 gpio-hog;
52 gpios = <11 GPIO_ACTIVE_HIGH>;
53 output-low;
54 line-name = "disp1_vpoc_onn";
55 };
56};
57*/
58
59/* For supplying power to the display via FPDLink */
60&gpio2 {
61 p2 {
62 gpio-hog;
63 gpios = <2 GPIO_ACTIVE_HIGH>;
64 output-low;
65 line-name = "disp1_vpoc_onn";
66 };
67};