Commit 78f7be3c authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: sc8280xp-crd: use just "port" in panel

The panel bindings expect to have only one port, thus they do not allow
to use "ports" node:

  sc8280xp-crd.dtb: panel: 'ports' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230326155753.92007-3-krzysztof.kozlowski@linaro.org
parent e3cc5859
...@@ -413,11 +413,9 @@ panel { ...@@ -413,11 +413,9 @@ panel {
backlight = <&backlight>; backlight = <&backlight>;
ports { port {
port { edp_panel_in: endpoint {
edp_panel_in: endpoint { remote-endpoint = <&mdss0_dp3_out>;
remote-endpoint = <&mdss0_dp3_out>;
};
}; };
}; };
}; };
......
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