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

imx95-evk: Add device trees to uboot #30

Open
wants to merge 1 commit into
base: scarthgap-6.6.36-2.1.0
Choose a base branch
from

Conversation

BassemMohsen
Copy link

Currently DSI-to-HDMI doesn't work.
DRM fails to get a device with the following error:
[ 3.454795] [drm:drm_bridge_attach] *ERROR* failed to attach bridge /soc/syscon@4b010000/bridge@8/ports/port@0 to encoder None-39: -19 [ 3.490304] [drm:drm_bridge_attach] *ERROR* failed to attach bridge /soc/bridge@4b0d0000/channel@0 to encoder None-39: -19 [ 3.501519] imx95-dpu 4b400000.display-controller: [drm] *ERROR* failed to attach bridge to encoder for stream0: -19

Loading correct DSI-to-HDMI device tree is required for HDMI to output video picture, and for weston service to not fail.
This commit add all the device trees listed in the machine configs to uboot by default.

The workaround currently: one has to interrupt uboot and load the device tree manually.
This should load device trees automatically, so that DSI-to-HDMI works out of the box.

Device tree is required for DSI-to-HDMI bridge to work.
This commit add all the device trees listed in the machine configs
to uboot by default.

Signed-off-by: Bassem Nomany <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant