arch/arm64/boot/dts/freescale/imx8mp-dhcom-overlay-panel-lvds.dtsi

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/imx8mp-dhcom-overlay-panel-lvds.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/freescale/imx8mp-dhcom-overlay-panel-lvds.dtsi
Extension
.dtsi
Size
316 bytes
Lines
23
Domain
Architecture Layer
Bucket
arch/arm64
Inferred role
Architecture Layer: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (C) 2023-2026 Marek Vasut
 */

#include "imx8mp-dhcom-overlay-panel-common.dtsi"

&ldb_lvds_ch0 {
	remote-endpoint = <&panel_in>;
};

&lcdif2 {
	status = "okay";
};

&lvds_bridge {
	status = "okay";
};

&panel_in {
	remote-endpoint = <&ldb_lvds_ch0>;
};

Annotation

Implementation Notes