aboutsummaryrefslogtreecommitdiffstats
blob: 64e79754bb22c5e21b836173320d844bc520d042 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#include "dra7-evm.dts"
#include "dra7x-evm-fpd-auo-g101evn01.0.dtsi"

/ {
	aliases {
		display0 = &fpd_disp;
		display1 = &hdmi0;
	};
};

&dss {
	ports {
		status = "ok";
	};
};

&disp_ser {
	status = "ok";
	ranges = <0x0 0x2d>;
};

/* Tie the end points of DSS and FPDLink together */

&fpd_in {
	remote-endpoint = <&dpi_out3>;
};

&dpi_out3 {
	remote-endpoint = <&fpd_in>;
};

&lcd_fpd {
	enable-gpios = <&pcf_gpio_21 0 GPIO_ACTIVE_LOW>;
	/* P0, SEL_GPMC_AD_VID_S0 */

	status = "ok";
};