dt-bindings: screen-timing: set h381dln01 75fps, add screen-width and screen-hight
authorZorro Liu <lyx@rock-chips.com>
Wed, 28 Sep 2016 09:34:07 +0000 (17:34 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 29 Sep 2016 02:38:06 +0000 (10:38 +0800)
Change-Id: I88166845112a2c17c86a44a6c43bdea4ac26347f
Signed-off-by: Zorro Liu <lyx@rock-chips.com>
include/dt-bindings/display/screen-timing/lcd-h381dln01-1080x1200-double.dtsi

index 1fb6e2db1ff8eee8566ce8a7f2526134408bd6c6..6fe841cdf7205e7c0dcfe7f1c46a1d3c6161e868 100644 (file)
@@ -292,24 +292,26 @@ disp_timings: display-timings {
        native-mode = <&timing0>;
        compatible = "rockchip,display-timings";
        timing0: timing0 {
-                screen-type = <SCREEN_DUAL_MIPI>;
-                lvds-format = <LVDS_8BIT_2>;
-                out-face    = <OUT_P888>;
-                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 = <SCREEN_DUAL_MIPI>;
+               lvds-format = <LVDS_8BIT_2>;
+               out-face    = <OUT_P888>;
+               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>;
        };
 };