mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3588-evb3: modify timing for cphy panel
the minimum region size (HSA,HBP,HACT,HFP) is 4 pixels which is the ip known issues and limitations. Change-Id: I9069ed1c9b6a44b6da27ec0c11d5940f45f45a1c Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
This commit is contained in:
@@ -769,7 +769,7 @@
|
||||
hactive = <1200>;
|
||||
vactive = <2000>;
|
||||
hfront-porch = <31>;
|
||||
hsync-len = <1>;
|
||||
hsync-len = <4>;
|
||||
hback-porch = <32>;
|
||||
vfront-porch = <26>;
|
||||
vsync-len = <2>;
|
||||
|
||||
@@ -666,7 +666,7 @@
|
||||
hactive = <1200>;
|
||||
vactive = <2000>;
|
||||
hfront-porch = <31>;
|
||||
hsync-len = <1>;
|
||||
hsync-len = <4>;
|
||||
hback-porch = <32>;
|
||||
vfront-porch = <26>;
|
||||
vsync-len = <2>;
|
||||
|
||||
Reference in New Issue
Block a user