xref: /linux/arch/arm64/boot/dts/freescale/imx8mp-dhcom-overlay-panel-lvds.dtsi (revision b2128290c29902315e632ea59e0504d6bc9e9b42)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (C) 2023-2026 Marek Vasut
4 */
5
6#include "imx8mp-dhcom-overlay-panel-common.dtsi"
7
8&ldb_lvds_ch0 {
9	remote-endpoint = <&panel_in>;
10};
11
12&lcdif2 {
13	status = "okay";
14};
15
16&lvds_bridge {
17	status = "okay";
18};
19
20&panel_in {
21	remote-endpoint = <&ldb_lvds_ch0>;
22};
23