summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc/tilcdc_panel_legacy.dtso
blob: ae71d10f5ec135d2bfa1c461e97f2b531116b213 (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
// SPDX-License-Identifier: GPL-2.0+
/*
 * DTS overlay for converting ti,tilcdc,panel binding to new binding.
 *
 * Copyright (C) 2025 Bootlin
 * Author: Kory Maincent <kory.maincent@bootlin.com>
 */

/dts-v1/;
/plugin/;

&{/} {
	tilcdc-panel-dpi {
		compatible = "panel-dpi";
		port {
			panel_in: endpoint@0 {
				remote-endpoint = <&lcd_0>;
			};
		};
	};
};

&lcdc {
	port {
		lcd_0: endpoint@0 {
			remote-endpoint = <&panel_in>;
		};
	};
};