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

Display does not work on bl5340_dvk #75991

Closed
danieldegrasse opened this issue Jul 17, 2024 · 3 comments
Closed

Display does not work on bl5340_dvk #75991

danieldegrasse opened this issue Jul 17, 2024 · 3 comments
Labels
area: Display bug The issue is a bug, or the PR is fixing a bug

Comments

@danieldegrasse
Copy link
Collaborator

Describe the bug
PR #64587 unintentionally changed the SPI device used for the display on the bl5340_dvk to spi2 from spi4. This breaks the functionality of the display.

To Reproduce
Steps to reproduce the behavior:

  1. west build -p always -b bl5340_dvk//cpuapp samples/drivers/display
  2. west flash
  3. display will not function

Expected behavior
Display should work

Additional Context

Issue reported (and fix suggested) by @dberlin here

@danieldegrasse danieldegrasse added bug The issue is a bug, or the PR is fixing a bug area: Display labels Jul 17, 2024
dleach02 added a commit to nxp-upstream/zephyr that referenced this issue Jul 17, 2024
Sets the correct SPI device to use when using MIPI display.

Fixes: zephyrproject-rtos#75991

Signed-off-by: David Leach <david.leach@nxp.com>
@nordicjm
Copy link
Collaborator

Duplicate of #75967

@nordicjm nordicjm marked this as a duplicate of #75967 Jul 17, 2024
@nordicjm nordicjm closed this as not planned Won't fix, can't repro, duplicate, stale Jul 17, 2024
@dleach02
Copy link
Member

lol... okay. Daniel reached out internally (he is traveling around the world) and asked for someone to submit...

@dberlin
Copy link
Contributor

dberlin commented Jul 17, 2024

No worries - i had suggested he do it originally, but discovered a clean zephyr client laying around so just built and tested it myself :)
Hopefully he's enjoying his travel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Display bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants