-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
Is it platform specific
generic
Importance or Severity
Medium
Description of the enhancement
Support for SPI controller and SPI devices via PDDF
Current Behavior
Currently, PDDF does not support creation or deletion of SPI controllers / SPI devices. SPI controllers and SPI devices cannot be registered / removed in user space.
Proposed Behavior
Enable definition of SPI controllers and associated SPI devices in PDDF. Example usage could be pddfparse.py --create-subtree <spi_device_name> and pddfparse.py --delete-subtree <spi_device_name>
Reactions are currently unavailable