diff mbox series

ARM: dts: imx6: RDU2: link eDP bridge to panel

Message ID 20191202141705.31880-1-l.stach@pengutronix.de (mailing list archive)
State New, archived
Headers show
Series ARM: dts: imx6: RDU2: link eDP bridge to panel | expand

Commit Message

Lucas Stach Dec. 2, 2019, 2:17 p.m. UTC
This makes the eDP bridge chip aware of the panel, so it properly
advertises eDP instead of DP to userspace and allows for proper
backlight control through the panel abstraction. This patch is just
to add all the required nodes, actual linking of the display chain
will be done by the bootloader depending on panel detection.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Shawn Guo Dec. 11, 2019, 2:30 a.m. UTC | #1
On Mon, Dec 02, 2019 at 03:17:05PM +0100, Lucas Stach wrote:
> This makes the eDP bridge chip aware of the panel, so it properly
> advertises eDP instead of DP to userspace and allows for proper
> backlight control through the panel abstraction. This patch is just
> to add all the required nodes, actual linking of the display chain
> will be done by the bootloader depending on panel detection.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>

Applied, thanks.
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
index 93be00a60c88..c4adbf66cc7c 100644
--- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
@@ -392,6 +392,14 @@ 
 					remote-endpoint = <&disp0_out>;
 				};
 			};
+
+			port@2 {
+				reg = <2>;
+
+				tc358767_out: endpoint {
+					remote-endpoint = <&panel_in>;
+				};
+			};
 		};
 	};
 };