Skip to content
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

Open
StijnKuipers opened this issue Jan 15, 2024 · 3 comments
Open

Mixtile Core3588e EDID info not working #564

StijnKuipers opened this issue Jan 15, 2024 · 3 comments
Assignees

Comments

@StijnKuipers
Copy link

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)

@Joshua-Riek
Copy link
Owner

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.

@StijnKuipers
Copy link
Author

StijnKuipers commented Jan 15, 2024 via email

@Joshua-Riek
Copy link
Owner

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.

@Joshua-Riek Joshua-Riek self-assigned this Jan 16, 2024
@Joshua-Riek Joshua-Riek changed the title Mixtile Core3588e HDMI CEC not hooked up? Mixtile Core3588e EDID info not working Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants