diff options
Diffstat (limited to 'src/arm64/rockchip/rk3399-gru-kevin.dts')
-rw-r--r-- | src/arm64/rockchip/rk3399-gru-kevin.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/arm64/rockchip/rk3399-gru-kevin.dts b/src/arm64/rockchip/rk3399-gru-kevin.dts index 3e2272b56eb7..b8066868a3fe 100644 --- a/src/arm64/rockchip/rk3399-gru-kevin.dts +++ b/src/arm64/rockchip/rk3399-gru-kevin.dts @@ -43,6 +43,20 @@ backlight = <&backlight>; power-supply = <&pp3300_disp>; + panel-timing { + clock-frequency = <266666667>; + hactive = <2400>; + hfront-porch = <48>; + hback-porch = <84>; + hsync-len = <32>; + hsync-active = <0>; + vactive = <1600>; + vfront-porch = <3>; + vback-porch = <120>; + vsync-len = <10>; + vsync-active = <0>; + }; + port { panel_in_edp: endpoint { remote-endpoint = <&edp_out_panel>; |