arm64: dts: mba8mx: Simplify DSI connection
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 1 Mar 2024 09:14:13 +0000 (10:14 +0100)
committerShawn Guo <shawnguo@kernel.org>
Fri, 29 Mar 2024 12:16:07 +0000 (20:16 +0800)
With the DSI output label in place, use the phandle directly.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/mba8mx.dtsi

index 427467df42bfa66ba5ed7eedd11be752d3820b18..815241526a0d3da100c465622c1cf90c02e5398f 100644 (file)
 &mipi_dsi {
        samsung,burst-clock-frequency = <891000000>;
        samsung,esc-clock-frequency = <20000000>;
+};
 
-       ports {
-               port@1 {
-                       reg = <1>;
-
-                       mipi_dsi_out: endpoint {
-                               data-lanes = <1 2 3 4>;
-                               remote-endpoint = <&lvds_bridge_in>;
-                       };
-               };
-       };
+&mipi_dsi_out {
+       data-lanes = <1 2 3 4>;
+       remote-endpoint = <&lvds_bridge_in>;
 };
 
 &pwm3 {