On 10/21/25 5:18 AM, Xiangxu Yin via B4 Relay wrote:
> From: Xiangxu Yin <[email protected]>
>
> Introduce DisplayPort controller node and associated QMP USB3-DP PHY
> for SM6150 SoC. Add data-lanes property to the DP endpoint and update
> clock assignments for proper DP integration.
>
> Reviewed-by: Dmitry Baryshkov <[email protected]>
> Signed-off-by: Xiangxu Yin <[email protected]>
> ---
[...]
> + ports {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + port@0 {
> + reg = <0>;
> + mdss_dp0_in: endpoint {
> + remote-endpoint =
> <&dpu_intf0_out>;
> + };
> + };
> +
> + port@1 {
> + reg = <1>;
> + mdss_dp0_out: endpoint {
Ideally there should be a \n between the last property and
the following subnode
other than that
Reviewed-by: Konrad Dybcio <[email protected]>
Konrad