summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx6_hdmi_overlay.dts
blob: aa8b13dd79fa3a60d2a665f8b2983d7559fe576e (plain)
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
38
// Enable the HDMI interface on the Colibri iMX6DL

/dts-v1/;
/plugin/;

/ {
	compatible = "toradex,colibri_imx6dl";
};

&hdmi_audio {
	status = "okay";
};

&hdmi_ddc {
	status = "okay";
};

&hdmi_core {
	status = "okay";
};

&hdmi_video {
	status = "okay";
};

&i2cddc {
	status = "okay";
};

&mxcfb2 {
	mode_str ="1920x1080M@60";
	status = "okay";
};

&sound_hdmi {
	status = "okay";
};