Skip to content

Commit

Permalink
dts: Adding missing supports_setaasa property in i3c controller.
Browse files Browse the repository at this point in the history
During compilation, an error was encountered when
adding I3C targets in the overlay file due to the
missing supports_setaasa property.
This caused the macro I3C_DEVICE_DESC_DT to fail
as it attempts to fetch the property using DT_PROP.
To resolve the issue, the missing supports_setaasa
property was added to the relevant YAML file,
ensuring proper handling in the device tree

Signed-off-by: Mohammad Badawi <[email protected]>
Signed-off-by: Sara Touqan <[email protected]>
  • Loading branch information
ExaltZephyr authored and ExaltZephyr committed Nov 21, 2024
1 parent a6faac9 commit 97fbfed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dts/bindings/i3c/i3c-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ properties:
and there are I2C devices attached to the bus, look at the Legacy
Virtual Register (LVR) of all connected I2C devices to determine
the maximum allowed frequency.
supports-setaasa:
type: boolean
description: |
Indicates if the device supports the CCC SETAASA. If true, it will
be used as an optimization for bus initialization.

0 comments on commit 97fbfed

Please sign in to comment.