mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
ARM: dts: ls1021a-tqmals1021a: Add HDMI overlay
This add an overlay for using the RGB-to-HDMI bridge. Note: As DDC is directly connected to general I2C bus, there might be I2C address conflicts. Hence not all displays might work. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
43d790a0a7
commit
8511c30d71
|
|
@ -6,3 +6,6 @@ dtb-$(CONFIG_SOC_LS1021A) += \
|
|||
ls1021a-tqmls1021a-mbls1021a.dtb \
|
||||
ls1021a-tsn.dtb \
|
||||
ls1021a-twr.dtb
|
||||
|
||||
ls1021a-tqmls1021a-mbls1021a-hdmi-dtbs += ls1021a-tqmls1021a-mbls1021a.dtb ls1021a-tqmls1021a-mbls1021a-hdmi.dtbo
|
||||
dtb-$(CONFIG_SOC_LS1021A) += ls1021a-tqmls1021a-mbls1021a-hdmi.dtb
|
||||
|
|
|
|||
|
|
@ -0,0 +1,32 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
|
||||
/*
|
||||
* Copyright 2013-2014 Freescale Semiconductor, Inc.
|
||||
* Copyright 2018-2025 TQ-Systems GmbH <linux@ew.tq-group.com>,
|
||||
* D-82229 Seefeld, Germany.
|
||||
* Author: Alexander Stein
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
&dcu {
|
||||
status = "okay";
|
||||
|
||||
port {
|
||||
dcu_out: endpoint {
|
||||
remote-endpoint = <&sii9022a_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&hdmi_out {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sii9022a {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sii9022a_in {
|
||||
remote-endpoint = <&dcu_out>;
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user