Commit 0dccd835 authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo

arm64: dts: mba8mx: Simplify DSI connection

With the DSI output label in place, use the phandle directly.
Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3bd897dc
...@@ -316,17 +316,11 @@ lvds_bridge_out: endpoint { ...@@ -316,17 +316,11 @@ lvds_bridge_out: endpoint {
&mipi_dsi { &mipi_dsi {
samsung,burst-clock-frequency = <891000000>; samsung,burst-clock-frequency = <891000000>;
samsung,esc-clock-frequency = <20000000>; samsung,esc-clock-frequency = <20000000>;
};
ports { &mipi_dsi_out {
port@1 { data-lanes = <1 2 3 4>;
reg = <1>; remote-endpoint = <&lvds_bridge_in>;
mipi_dsi_out: endpoint {
data-lanes = <1 2 3 4>;
remote-endpoint = <&lvds_bridge_in>;
};
};
};
}; };
&pwm3 { &pwm3 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment