[roll] Roll fuchsia [vim3][display] Add a display detection driver

Prior to this CL, the bootloader passed in driver.vim3.has_lcd variable
which was read to figure out if HDMI or MIPI_DSI display was connected.
Ideally we wanted to determine this state by probing the LCD_RESET gpio
in fuchsia itself. This CL adds a vim3-display-detect driver that does
the same and adds a display child node with the correct output type
property. With the help of bind rules, the correct drivers get started.

Original-Bug: 42076008
Test: Booted core.vim3 with Khadas TS-050 DSI display
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1043544
Original-Revision: 755274c795f9a810a3b47b10716606d2055660a2
GitOrigin-RevId: 78833419471828ae8a247362b7da3d7210d79304
Change-Id: I6873d94a673554b04350ae2bf17b1b82e30c361c
1 file changed
tree: 624add7b51419bb22f1a4d0cf83396e851f382b6
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.