diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2024-03-01 10:14:13 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-03-29 20:16:07 +0800 |
commit | 0dccd835f0d86a51c1a4caca2160c5ed4d224881 (patch) | |
tree | 3822cd2dcad645ebcde2e1e0ad9e2d9471a828d2 /arch/arm64/boot/dts/freescale/mba8mx.dtsi | |
parent | 3bd897dc1e3933411ae6ffe7a4bc72312b5fbfa8 (diff) |
arm64: dts: mba8mx: Simplify DSI connection
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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/mba8mx.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/mba8mx.dtsi | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/arch/arm64/boot/dts/freescale/mba8mx.dtsi b/arch/arm64/boot/dts/freescale/mba8mx.dtsi index 427467df42bf..815241526a0d 100644 --- a/arch/arm64/boot/dts/freescale/mba8mx.dtsi +++ b/arch/arm64/boot/dts/freescale/mba8mx.dtsi @@ -316,17 +316,11 @@ &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 { |