From f8452e4ab4451f507cbbc30ba9dbdf78e08ce661 Mon Sep 17 00:00:00 2001 From: Zorro Liu Date: Wed, 28 Sep 2016 17:34:07 +0800 Subject: [PATCH] dt-bindings: screen-timing: set h381dln01 75fps, add screen-width and screen-hight Change-Id: I88166845112a2c17c86a44a6c43bdea4ac26347f Signed-off-by: Zorro Liu --- .../lcd-h381dln01-1080x1200-double.dtsi | 40 ++++++++++--------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/include/dt-bindings/display/screen-timing/lcd-h381dln01-1080x1200-double.dtsi b/include/dt-bindings/display/screen-timing/lcd-h381dln01-1080x1200-double.dtsi index 1fb6e2db1ff8..6fe841cdf720 100644 --- a/include/dt-bindings/display/screen-timing/lcd-h381dln01-1080x1200-double.dtsi +++ b/include/dt-bindings/display/screen-timing/lcd-h381dln01-1080x1200-double.dtsi @@ -292,24 +292,26 @@ disp_timings: display-timings { native-mode = <&timing0>; compatible = "rockchip,display-timings"; timing0: timing0 { - screen-type = ; - lvds-format = ; - out-face = ; - clock-frequency = <278154000>; - hactive = <2160>; //1080 - vactive = <1200>; - hback-porch = <180>; - hfront-porch = <200>; - vback-porch = <3>; - vfront-porch = <6>; - hsync-len = <10>; - vsync-len = <3>; - hsync-active = <0>; - vsync-active = <0>; - de-active = <0>; - pixelclk-active = <0>; - swap-rb = <0>; - swap-rg = <0>; - swap-gb = <0>; + screen-type = ; + lvds-format = ; + out-face = ; + clock-frequency = <231795000>; /* 185436000 60fps, 231795000 75fps, 278154000 90fps */ + hactive = <2160>; //1080 + vactive = <1200>; + hback-porch = <180>; + hfront-porch = <200>; + vback-porch = <3>; + vfront-porch = <6>; + hsync-len = <10>; + vsync-len = <3>; + hsync-active = <0>; + vsync-active = <0>; + de-active = <0>; + pixelclk-active = <0>; + swap-rb = <0>; + swap-rg = <0>; + swap-gb = <0>; + screen-width = <130>; + screen-hight = <72>; }; }; -- 2.34.1