Hi all,
on Firefly RK3288, has anyone successfully tested the eDP output from the expansion headers?
Apart from the correct LCD parameters in the kernel DT, what changes (Android/Rockchip kernel 3.10) are required for eDP to work properly?
This is what eDP output currently looks like with a DP capable screen:
I have also tried various eDP LCDs, with same results.
Why is there no mention in the Firefly Wiki regarding using eDP? http://wiki.t-firefly.com/index.php/Firefly-RK3288/en
My included eDP dtsi (for eDP LCD):
/ {
disp_timings: display-timings {
native-mode = <&timing0>;
timing0: timing0 {
screen-type = <SCREEN_EDP>;
out-face = <OUT_P888>;
clock-frequency = <268500000>;
hactive = <2560>;
vactive = <1600>;
hback-porch = <80>;
hfront-porch = <120>;
vback-porch = <4>;
vfront-porch = <12>;
hsync-len = <32>;
vsync-len = <4>;
hsync-active = <1>;
vsync-active = <1>;
de-active = <0>;
pixelclk-active = <0>;
swap-rb = <0>;
swap-rg = <0>;
swap-gb = <0>;
};
};
};





