Named Object for SPI Controller in Bolts EC

Discussion in 'UDOO BOLT' started by EasyIP2023, Feb 9, 2023.

  1. EasyIP2023

    EasyIP2023 UDOOer

    Joined:
    Aug 19, 2022
    Messages:
    5
    Likes Received:
    0
    Updating a DRM driver for ILI9488 Driver Chip based TFT displays, so that it works for the UDOO Bolt. Have an ACPI SSDT that I've written. I see from acpidump & acpixtract that there exists a DSDT and multiple SSDT's. The only issue I'm having is that I'm not certain what named object is associated with the Bolt's EC SPI Controller. Also, are there any known examples of DSDT/SSDT that define how to use SPI or I2C slave devices and work on the bolt? I haven't run into anything yet. Can find project here for those curious.

    https://github.com/under-view/spi-tft-ILI9488

    The closest named object + path I found for SPI controller is

    Code:
    \_SB.PCI0.S900._Y15._BAS
     
  2. NickGR

    NickGR UDOOer

    Joined:
    Jun 23, 2020
    Messages:
    105
    Likes Received:
    20
    EasyIP2023 likes this.
  3. EasyIP2023

    EasyIP2023 UDOOer

    Joined:
    Aug 19, 2022
    Messages:
    5
    Likes Received:
    0
    Thanks @NickGR I actually have checked out the SPEC.
     

Share This Page