summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7ulp-evk-hdmi.dts
blob: d56c8e147a2bcd78f2be12401c6a28ce3a4e0c71 (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
/*
 * Copyright 2017 NXP.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#include "imx7ulp-evk.dts"

&adv7535 {
	status = "okay";
	port {
		dsi_to_hdmi: endpoint {
			remote-endpoint = <&mipi_dsi_ep>;
		};
	};
};

&mipi_dsi {
	port {
		mipi_dsi_ep: endpoint {
			remote-endpoint = <&dsi_to_hdmi>;
		};
	};
};