Commit b2106c67 authored by Stephan Gerhold's avatar Stephan Gerhold Committed by Bjorn Andersson

arm64: dts: qcom: msm8916: Configure DSI port with labels

&dsi0 -> ports -> port@1 -> endpoint already has the "dsi0_out" label,
so we can use it for configuring instead of replicating the entire
node hierarchy. Looks like I missed that when converting the boards.
Signed-off-by: default avatarStephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20200915071221.72895-2-stephan@gerhold.netSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 01e869cc
...@@ -292,15 +292,9 @@ ov5640_ep: endpoint { ...@@ -292,15 +292,9 @@ ov5640_ep: endpoint {
}; };
}; };
&dsi0 { &dsi0_out {
ports { data-lanes = <0 1 2 3>;
port@1 { remote-endpoint = <&adv7533_in>;
endpoint {
remote-endpoint = <&adv7533_in>;
data-lanes = <0 1 2 3>;
};
};
};
}; };
&lpass { &lpass {
......
...@@ -44,15 +44,11 @@ panel_in: endpoint { ...@@ -44,15 +44,11 @@ panel_in: endpoint {
}; };
}; };
}; };
};
ports { &dsi0_out {
port@1 { data-lanes = <0 1>;
dsi0_out: endpoint { remote-endpoint = <&panel_in>;
remote-endpoint = <&panel_in>;
data-lanes = <0 1>;
};
};
};
}; };
&msmgpio { &msmgpio {
......
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