-
-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixtile Core3588e EDID info not working #564
Comments
Edid info is broken on the board, that is why 4k does not work. Mixtiles fix includes a hdmi driver patch that will conflict with other boards. You could try adding the changes to the hdmi0 node then compile the kernel. |
Thanks for the quick response - will give it a try! :-)
…On Tue, 16 Jan 2024 at 00:33, Joshua Riek ***@***.***> wrote:
Edid info is broken on the board, that is why 4k does not work. Mixtiles
fix includes a hdmi driver patch that will conflict with other boards.
You could try adding the changes to the hdmi0 node then compile the kernel.
—
Reply to this email directly, view it on GitHub
<#564 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABSI6PMFFUEPMH3IM35KH3YOW4EZAVCNFSM6AAAAABB35AS3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJSHA3TENBXGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I honestly want to re-write the whole device tree. I noticed multiple issues with it, and since I did a lot of work on the RK1, it's very similar. The board would be perfect if Mixtile had the recovery pin as maskrom and not sdarc. Really limits the usability, particularly with mainline u-boot, so the system can boot from NVMe and other devices. |
Not sure if this should be reported in linux-rockchip or here - but here goes:
I recently noticed that on ubuntu-rockchip - 4k display modes would not work on the mixtile core3588 board
comparing the dts files I found this difference:
Joshua-Riek version:
&hdmi0 {
status = "okay";
};
Mixtile version:
&hdmi0 {
pinctrl-names = "default";
pinctrl-0 = <&hdmim0_tx0_cec &hdmim1_tx0_hpd &hdmim0_tx0_scl &hdmim0_tx0_sda>;
enable-gpios = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
status = "okay";
};
(see here -> https://github.com/mixtile-rockchip/kernel/blob/mixtile/core3588e/ubuntu/kernel5.10/arch/arm64/boot/dts/rockchip/rk3588-mixtile-core3588e.dts. )
Could this be the reason the 4k screen wont list all its modes? (same board runs 4k fine with the mixtile provided build)
The text was updated successfully, but these errors were encountered: