From 876d1bbd231f57843731527ddeee9b324dbec585 Mon Sep 17 00:00:00 2001 From: Wyon Bi Date: Tue, 11 Apr 2023 00:53:43 +0000 Subject: [PATCH] arm64: dts: rockchip: rk3588s-tablet: Add link-freuencies into dp0_out endpoint Change-Id: I3b611a86c79adf8ae27f47c8158e01d3702d91fe Signed-off-by: Wyon Bi --- .../boot/dts/rockchip/rk3588s-tablet.dtsi | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-tablet.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s-tablet.dtsi index 777772463f1e..b61a843ef28f 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-tablet.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588s-tablet.dtsi @@ -213,7 +213,7 @@ port { panel_in_edp: endpoint { - remote-endpoint = <&edp_out_panel>; + remote-endpoint = <&edp0_out>; }; }; }; @@ -328,6 +328,10 @@ status = "okay"; }; +&dp0_out { + link-frequencies = /bits/ 64 <5400000000>; +}; + &dp0_in_vp1 { status = "okay"; }; @@ -336,22 +340,16 @@ support-psr; force-hpd; status = "okay"; - - ports { - port@1 { - reg = <1>; - - edp_out_panel: endpoint { - remote-endpoint = <&panel_in_edp>; - }; - }; - }; }; &edp0_in_vp2 { status = "okay"; }; +&edp0_out { + remote-endpoint = <&panel_in_edp>; +}; + &fiq_debugger { pinctrl-0 = <&uart2m1_xfer>; }; @@ -1228,7 +1226,6 @@ }; &usbdp_phy0_dp { - max-link-rate = <5400>; /* Maximum link rate supported by PHY (in Mbps) */ status = "okay"; };